Skip to content

Commit

Permalink
Merge pull request #85 from at-grandpa/update-2021-04-10
Browse files Browse the repository at this point in the history
Update 2021 04 10
  • Loading branch information
at-grandpa authored Apr 11, 2021
2 parents c1f2111 + 017b66c commit 954fbeb
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 @@ -74,7 +74,7 @@ Add this to your application's `shard.yml`:
dependencies:
clim:
github: at-grandpa/clim
version: 0.17.0
version: 0.17.1
```
## Samples
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.17.0
version: 0.17.1

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

crystal: ">= 0.36.1, < 2.0.0"
crystal: ">= 1.0.0, < 2.0.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.17.0"
VERSION = "0.17.1"
end

0 comments on commit 954fbeb

Please sign in to comment.