Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Sep 29, 2017
1 parent 65f1c7a commit 030ef41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add this to your application's `shard.yml`:
dependencies:
core:
github: vladfaust/core.cr
version: ~> 0.1.2
version: ~> 0.2.0
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: core
version: 0.1.2
version: 0.2.0

authors:
- Vlad Faust <mail@vladfaust.com>
Expand Down
2 changes: 1 addition & 1 deletion src/core/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Core
VERSION = "0.1.2"
VERSION = "0.2.0"
end

0 comments on commit 030ef41

Please sign in to comment.