diff --git a/README.md b/README.md index d102f05..9aa213d 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Add these lines to your application's `shard.yml`: dependencies: onyx: github: onyxframework/onyx - version: ~> 0.4.0 + version: ~> 0.6.0 onyx-sql: github: onyxframework/sql - version: ~> 0.8.0 + version: ~> 0.9.0 ``` This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/rest/releases) and change the `version` accordingly. @@ -38,10 +38,10 @@ You'd also need to add a database dependency conforming to the [crystal-db](http dependencies: onyx: github: onyxframework/onyx - version: ~> 0.4.0 + version: ~> 0.6.0 onyx-sql: github: onyxframework/sql - version: ~> 0.8.0 + version: ~> 0.9.0 + pg: + github: will/crystal-pg + version: ~> 0.18.0 diff --git a/shard.yml b/shard.yml index 59f5390..a3f973b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: onyx-sql -version: 0.8.1 +version: 0.9.0 authors: - Vlad Faust