Skip to content

Commit

Permalink
Release 0.30.0 (#1680)
Browse files Browse the repository at this point in the history
* bump versions for next release

* update shard versions to latest
  • Loading branch information
jwoertink authored Apr 8, 2022
1 parent 91864a6 commit ecfd0d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky
version: 0.29.0
version: 0.30.0

crystal: ">=1.0.0"

Expand Down Expand Up @@ -33,7 +33,7 @@ targets:
dependencies:
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.1.0
version: ~> 0.1.1
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
Expand All @@ -42,7 +42,7 @@ dependencies:
version: ~> 0.3.0
avram:
github: luckyframework/avram
version: ~> 0.22.0
version: ~> 0.23.0
lucky_router:
github: luckyframework/lucky_router
version: ~> 0.5.1
Expand All @@ -54,13 +54,13 @@ dependencies:
version: ~> 0.4.3
exception_page:
github: crystal-loot/exception_page
version: ~> 0.2.1
version: ~> 0.2.2
dexter:
github: luckyframework/dexter
version: ~> 0.3.3
version: ~> 0.3.4
pulsar:
github: luckyframework/pulsar
version: ~> 0.2.2
version: ~> 0.2.3
teeplate:
github: luckyframework/teeplate
version: ~> 0.8.5
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.29.0"
VERSION = "0.30.0"
end

0 comments on commit ecfd0d7

Please sign in to comment.