Skip to content

Commit

Permalink
Version bump 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Feb 18, 2020
1 parent dbc372d commit 7da354f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### v0.8.0 2020-02-18
* Crystal 0.33.0 compatibility #118 (thanks to @tenebrousedge)

#### v0.7.0 2020-02-08

* Update crystal compatibility version #108 (thanks to @wontruefree)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: icr
version: 0.7.0

crystal: 0.32.0
crystal: 0.33.0

dependencies:
readline:
Expand Down
2 changes: 1 addition & 1 deletion src/icr.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require "./icr/highlighter"
require "./icr/console"

module Icr
VERSION = "0.7.0"
VERSION = "0.8.0"
AUTHOR = "Potapov Sergey"
HOMEPAGE = "https://github.com/crystal-community/icr"

Expand Down

0 comments on commit 7da354f

Please sign in to comment.