diff --git a/README.md b/README.md index cf0038c..aac93e0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add this to your application's `shard.yml`: dependencies: onyx-sql: github: onyxframework/sql - version: ~> 0.6.1 + version: ~> 0.6.2 ``` This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/sql/releases) and change the `version` accordingly. Please visit [github.com/crystal-lang/shards](https://github.com/crystal-lang/shards) to know more about Crystal shards. diff --git a/shard.yml b/shard.yml index 583efb8..4bdab7b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: onyx-sql -version: 0.6.1 +version: 0.6.2 authors: - Vlad Faust