From b5737745d7e71437ce4b76af0c1f998b854d7931 Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Wed, 6 Apr 2022 18:39:02 -0700 Subject: [PATCH] bump versions for next release (#67) --- shard.yml | 12 +++++++----- src/carbon/version.cr | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/shard.yml b/shard.yml index 959c1f6..b4248f4 100644 --- a/shard.yml +++ b/shard.yml @@ -1,10 +1,10 @@ name: carbon -version: 0.2.0 +version: 0.2.1 authors: - Paul Smith -crystal: ">= 0.36.1, < 2.0.0" +crystal: ">= 1.0.0" license: MIT @@ -18,19 +18,21 @@ dependencies: version: ~> 0.4.7 lucky_task: github: luckyframework/lucky_task - version: ~> 0.1.0 + version: ~> 0.1.1 teeplate: github: luckyframework/teeplate + version: ~> 0.8.5 wordsmith: github: luckyframework/wordsmith + version: ~> 0.3.0 development_dependencies: lucky_env: github: luckyframework/lucky_env - version: ~> 0.1.1 + version: ~> 0.1.4 ameba: github: crystal-ameba/ameba - version: ~> 0.14.2 + version: ~> 0.14.3 scripts: postinstall: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks diff --git a/src/carbon/version.cr b/src/carbon/version.cr index af69862..c5ccd78 100644 --- a/src/carbon/version.cr +++ b/src/carbon/version.cr @@ -1,3 +1,3 @@ module Carbon - VERSION = "0.2.0" + VERSION = "0.2.1" end