Skip to content

Commit

Permalink
Merge pull request #67 from at-grandpa/version-up-0.11.2
Browse files Browse the repository at this point in the history
version up 0.11.2
  • Loading branch information
at-grandpa authored May 12, 2020
2 parents 4ea2e85 + fadf290 commit 7546689
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 7546689

Please sign in to comment.