Skip to content

Commit

Permalink
Merge pull request #15 from at-grandpa/for_v0.1.4
Browse files Browse the repository at this point in the history
for v0.1.4
  • Loading branch information
at-grandpa authored Aug 2, 2017
2 parents ed77d94 + 5e8c714 commit 5290a53
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 @@ -33,7 +33,7 @@ Add this to your application's `shard.yml`:
dependencies:
clim:
github: at-grandpa/clim
version: 0.1.3
version: 0.1.4
```
## Sample Code 1 (main command)
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: clim
version: 0.1.3
version: 0.1.4

authors:
- at-grandpa <@at_grandpa>
Expand Down
2 changes: 1 addition & 1 deletion src/clim/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Clim
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit 5290a53

Please sign in to comment.