From deae0d10d5ebd5342055055dce65b680a4ec026c Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Wed, 20 Feb 2019 14:48:51 +0300 Subject: [PATCH] bump: 0.6.2 --- README.md | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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