diff --git a/README.md b/README.md index 3604d03..c8dbb43 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.1 + version: ~> 0.4.2 ``` 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 9c8e25f..26edef3 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: core -version: 0.4.1 +version: 0.4.2 authors: - Vlad Faust