From b343093eec08bb890969ce0adf449b1a3c852619 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Sun, 17 Feb 2019 17:48:30 +0300 Subject: [PATCH] bump: 0.6.1 --- README.md | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 848257f..cf0038c 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.0 + version: ~> 0.6.1 ``` 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 87efc4e..583efb8 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: onyx-sql -version: 0.6.0 +version: 0.6.1 authors: - Vlad Faust