From c240bb5e81d9b501a4457dc5f7cfd1422ff91d2a Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Thu, 16 Aug 2018 19:45:19 +0300 Subject: [PATCH] bump: 0.4.1 --- README.md | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6929be7..3604d03 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add this to your application's `shard.yml`: dependencies: core: github: vladfaust/core - version: ~> 0.4.0 # See actual version in releases + version: ~> 0.4.1 ``` This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/vladfaust/core/releases) and change the `version` accordingly. diff --git a/shard.yml b/shard.yml index 0893c94..9c8e25f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: core -version: 0.4.0 +version: 0.4.1 authors: - Vlad Faust