Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
at-grandpa committed Jun 20, 2017
1 parent bad598c commit e4bd111
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your application's `shard.yml`:
dependencies:
clim:
github: at-grandpa/clim
version: 0.1.1
version: 0.1.2
```
## Sample Code
Expand Down Expand Up @@ -99,7 +99,7 @@ module Hello
# ...
end
# ...
end
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.1.1
version: 0.1.2

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

crystal: 0.21.1
crystal: 0.22.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.1.1"
VERSION = "0.1.2"
end

0 comments on commit e4bd111

Please sign in to comment.