Skip to content

Commit

Permalink
Merge pull request #34 from at-grandpa/version-up
Browse files Browse the repository at this point in the history
version up
  • Loading branch information
at-grandpa authored Jul 7, 2018
2 parents a0e2927 + a7da0a3 commit 5e9daaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Add this to your application's `shard.yml`:
dependencies:
clim:
github: at-grandpa/clim
version: 0.3.2
version: 0.4.0
```
## Minimum sample
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: clim
version: 0.3.2
version: 0.4.0

authors:
- at-grandpa <@at_grandpa>
Expand All @@ -8,6 +8,6 @@ targets:
clim:
main: src/clim.cr

crystal: 0.25.0
crystal: 0.25.1

license: MIT
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.3.2"
VERSION = "0.4.0"
end

0 comments on commit 5e9daaa

Please sign in to comment.