Skip to content

Commit

Permalink
version up 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
at-grandpa committed May 12, 2020
1 parent 4ea2e85 commit fadf290
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 @@ -93,7 +93,7 @@ Add this to your application's `shard.yml`:
dependencies:
clim:
github: at-grandpa/clim
version: 0.11.1
version: 0.11.2
```
## Samples
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.11.1
version: 0.11.2

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.11.1"
VERSION = "0.11.2"
end

0 comments on commit fadf290

Please sign in to comment.