Skip to content

Commit

Permalink
Merge pull request #38 from mamantoha/0.9.4
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mamantoha authored Dec 24, 2017
2 parents f782d9b + f1d5766 commit 95b5855
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.4

* Tested with Crystal 0.24.1

# 0.9.3

* Add logging
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: crest
version: 0.9.3
version: 0.9.4

authors:
- Anton Maminov <anton.maminov@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/crest/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crest
VERSION = "0.9.3"
VERSION = "0.9.4"
end

0 comments on commit 95b5855

Please sign in to comment.