Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Jun 27, 2020
1 parent 3d187d2 commit c73e1c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky
version: 0.22.0
version: 0.23.0

crystal: 0.35.0

Expand Down Expand Up @@ -31,7 +31,7 @@ targets:
dependencies:
lucky_cli:
github: luckyframework/lucky_cli
branch: jaw/v0.23.0
version: ~> 0.23.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.4
Expand All @@ -40,10 +40,10 @@ dependencies:
version: ~> 0.2.0
avram:
github: luckyframework/avram
branch: jaw/v0.16.0
version: ~> 0.16.0
lucky_router:
github: luckyframework/lucky_router
branch: jaw/v0.3.0
version: ~> 0.3.0
shell-table:
github: luckyframework/shell-table.cr
branch: refactor/setter
Expand Down
2 changes: 1 addition & 1 deletion src/lucky/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lucky
VERSION = "0.22.0"
VERSION = "0.23.0"
end

0 comments on commit c73e1c2

Please sign in to comment.