Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxeli committed Nov 13, 2020
1 parent 27dabdf commit 13c75b3
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: caridina
version: 0.1.2
version: 0.2.0

authors:
- Alexandre Morignot <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/caridina.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "./connection"

module Caridina
VERSION = "0.1.2"
VERSION = "0.2.0"

Log = ::Log.for(self)
end

0 comments on commit 13c75b3

Please sign in to comment.