Skip to content

Commit

Permalink
Merge pull request #45 from at-grandpa/crystal-version-0.31.0
Browse files Browse the repository at this point in the history
0.31.0
  • Loading branch information
at-grandpa authored Oct 3, 2019
2 parents 2fa329c + 661f76a commit 619f607
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.8.1
version: 0.8.2
```
## 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.8.1
version: 0.8.2

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

crystal: 0.30.0
crystal: 0.31.0

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.8.1"
VERSION = "0.8.2"
end

0 comments on commit 619f607

Please sign in to comment.