Skip to content

Commit

Permalink
bump versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 22, 2023
1 parent a05bc7a commit c9d9082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
name: lucky_flow
version: 0.9.1
version: 0.9.2

authors:
- Paul Smith <[email protected]>

crystal: ">= 1.4.0"
crystal: "~> 1.4"

license: MIT

dependencies:
selenium:
github: crystal-loot/selenium.cr
version: ~> 0.12
version: ">= 0.12.1, < 0.13"
webdrivers:
github: crystal-loot/webdrivers.cr
version: ~> 0.4
version: ">= 0.4.3, < 0.5"
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
version: ">= 0.4.7, < 0.5"
webless:
github: crystal-loot/webless
version: ~> 0.1.0
version: ">= 0.1.0, < 0.2"
html5:
github: naqvis/crystal-html5
version: ~> 0.5.0
version: ">= 0.5.0, < 0.6"
development_dependencies:
ameba:
github: crystal-ameba/ameba
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.9.1"
VERSION = "0.9.2"
end

0 comments on commit c9d9082

Please sign in to comment.