Skip to content

Commit

Permalink
fix: Update version in README (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueL8 authored Jun 4, 2018
1 parent f624686 commit 7f3a95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Add Swift-Kuery-ORM and Swift-Kuery-PostgreSQL to your `Package.swift`:
dependencies: [
...
// Add these two lines
.package(url: "https://github.com/IBM-Swift/Swift-Kuery-ORM.git", from: "0.0.1"),
.package(url: "https://github.com/IBM-Swift/Swift-Kuery-ORM.git", from: "0.1.0"),
.package(url: "https://github.com/IBM-Swift/Swift-Kuery-PostgreSQL.git", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit 7f3a95d

Please sign in to comment.