From c9d9082fc4950c35f8667ba9410cb71b1f8ad0b8 Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Sun, 22 Oct 2023 08:43:14 -0700 Subject: [PATCH] bump versions for next release --- shard.yml | 14 +++++++------- src/lucky_flow/version.cr | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/shard.yml b/shard.yml index be80b91..214a090 100644 --- a/shard.yml +++ b/shard.yml @@ -1,29 +1,29 @@ name: lucky_flow -version: 0.9.1 +version: 0.9.2 authors: - Paul Smith -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 diff --git a/src/lucky_flow/version.cr b/src/lucky_flow/version.cr index cb3d3dd..e368178 100644 --- a/src/lucky_flow/version.cr +++ b/src/lucky_flow/version.cr @@ -1,3 +1,3 @@ class LuckyFlow - VERSION = "0.9.1" + VERSION = "0.9.2" end