Skip to content

Commit

Permalink
bump versions for release (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Sep 27, 2022
1 parent d8be102 commit 76709e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_flow
version: 0.8.0
version: 0.9.0

authors:
- Paul Smith <[email protected]>
Expand All @@ -14,7 +14,7 @@ dependencies:
version: ~> 0.10.0
webdrivers:
github: matthewmcgarvey/webdrivers.cr
version: ~> 0.4.0
version: ~> 0.4.1
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
Expand All @@ -27,4 +27,4 @@ dependencies:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.0.0
version: ~> 1.1.0
2 changes: 1 addition & 1 deletion src/lucky_flow/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class LuckyFlow
VERSION = "0.8.0"
VERSION = "0.9.0"
end

0 comments on commit 76709e8

Please sign in to comment.