Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
at-grandpa committed Aug 9, 2019
1 parent a8b2dab commit 5d4f5b1
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 @@ -54,7 +54,7 @@ Add this to your application's `shard.yml`:
dependencies:
clim:
github: at-grandpa/clim
version: 0.8.0
version: 0.8.1
```
## Minimum sample
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.8.0
version: 0.8.1

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.8.0"
VERSION = "0.8.1"
end

0 comments on commit 5d4f5b1

Please sign in to comment.