Skip to content

Commit c73e1c2

Browse files
committed
bump versions
1 parent 3d187d2 commit c73e1c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

shard.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky
2-
version: 0.22.0
2+
version: 0.23.0
33

44
crystal: 0.35.0
55

@@ -31,7 +31,7 @@ targets:
3131
dependencies:
3232
lucky_cli:
3333
github: luckyframework/lucky_cli
34-
branch: jaw/v0.23.0
34+
version: ~> 0.23.0
3535
habitat:
3636
github: luckyframework/habitat
3737
version: ~> 0.4.4
@@ -40,10 +40,10 @@ dependencies:
4040
version: ~> 0.2.0
4141
avram:
4242
github: luckyframework/avram
43-
branch: jaw/v0.16.0
43+
version: ~> 0.16.0
4444
lucky_router:
4545
github: luckyframework/lucky_router
46-
branch: jaw/v0.3.0
46+
version: ~> 0.3.0
4747
shell-table:
4848
github: luckyframework/shell-table.cr
4949
branch: refactor/setter

src/lucky/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lucky
2-
VERSION = "0.22.0"
2+
VERSION = "0.23.0"
33
end

0 commit comments

Comments
 (0)