Skip to content

Commit

Permalink
Snapshot20160503 (#23)
Browse files Browse the repository at this point in the history
* Updated to 05-03 Snapshot

only dependency number for C7 changed

* update readme
  • Loading branch information
tomohisa committed May 7, 2016
1 parent c2ddac5 commit ab2a313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ let package = Package(
name: "Venice",
dependencies: [
.Package(url: "https://github.com/VeniceX/CLibvenice.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 7),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/VeniceX/Venice.git", majorVersion: 0, minor: 6)
.Package(url: "https://github.com/VeniceX/Venice.git", majorVersion: 0, minor: 7)
]
)
```
Expand Down

0 comments on commit ab2a313

Please sign in to comment.