Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Apr 19, 2018
1 parent 5820964 commit 80874e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amqproxy
version: 0.1.0
version: 0.2.1

authors:
- CloudAMQP <[email protected]>
Expand All @@ -12,6 +12,6 @@ development_dependencies:
amqp:
github: cloudamqp/amqp.cr

crystal: 0.24.1
crystal: 0.24.2

license: MIT
2 changes: 1 addition & 1 deletion src/amqproxy/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AMQProxy
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 80874e3

Please sign in to comment.