Skip to content

Commit

Permalink
new version v0.1.20
Browse files Browse the repository at this point in the history
Changes:

  - compatibility with Crystal 0.20.4
  • Loading branch information
lucaong committed Jan 10, 2017
1 parent 51bbf5c commit 4a17196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: immutable
version: 0.1.19
version: 0.1.20

authors:
- Luca Ongaro <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/immutable/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Immutable
VERSION = "0.1.19"
VERSION = "0.1.20"
end

0 comments on commit 4a17196

Please sign in to comment.