Skip to content

Commit

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

authors:
- Paul Smith <[email protected]>
Expand All @@ -11,7 +11,7 @@ license: MIT
dependencies:
selenium:
github: matthewmcgarvey/selenium.cr
version: ~> 0.9.1
version: ~> 0.10.0
webdrivers:
github: matthewmcgarvey/webdrivers.cr
version: ~> 0.4.0
Expand Down
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.7.3"
VERSION = "0.8.0"
end

0 comments on commit c8e6f82

Please sign in to comment.