Skip to content

Commit

Permalink
bump versions for next release (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Nov 30, 2021
1 parent a7c7d71 commit c7c4e0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions shard.yml
@@ -1,5 +1,5 @@
name: lucky
version: 0.28.0
version: 0.29.0

crystal: ">=1.0.0"

Expand Down Expand Up @@ -42,19 +42,19 @@ dependencies:
version: ~> 0.3.0
avram:
github: luckyframework/avram
version: ~> 0.21.0
version: ~> 0.22.0
lucky_router:
github: luckyframework/lucky_router
version: ~> 0.5.0
version: ~> 0.5.1
shell-table:
github: luckyframework/shell-table.cr
branch: master
version: ~> 0.9.3
cry:
github: luckyframework/cry
version: ~> 0.4.3
exception_page:
github: crystal-loot/exception_page
version: ~> 0.2.0
version: ~> 0.2.1
dexter:
github: luckyframework/dexter
version: ~> 0.3.3
Expand All @@ -63,12 +63,12 @@ dependencies:
version: ~> 0.2.2
teeplate:
github: luckyframework/teeplate
version: ~> 0.8.3
version: ~> 0.8.5

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.2
version: ~> 0.14.3

scripts:
postinstall: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks
Expand Down
2 changes: 1 addition & 1 deletion src/lucky/version.cr
@@ -1,3 +1,3 @@
module Lucky
VERSION = "0.28.0"
VERSION = "0.29.0"
end

0 comments on commit c7c4e0f

Please sign in to comment.