From 61e75c5af460fa869278ae0cfedd587e2d6f9bd0 Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Tue, 27 Sep 2022 13:52:03 -0700 Subject: [PATCH] bump versions for release (#75) --- shard.yml | 6 +++--- src/carbon/version.cr | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shard.yml b/shard.yml index 66e0330..b8221ec 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: carbon -version: 0.2.1 +version: 0.3.0 authors: - Paul Smith @@ -24,7 +24,7 @@ dependencies: version: ~> 0.8.5 wordsmith: github: luckyframework/wordsmith - version: ~> 0.3.0 + version: ~> 0.4.0 development_dependencies: lucky_env: @@ -32,7 +32,7 @@ development_dependencies: version: ~> 0.1.4 ameba: github: crystal-ameba/ameba - version: ~> 1.0.0 + version: ~> 1.1.0 scripts: postinstall: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks diff --git a/src/carbon/version.cr b/src/carbon/version.cr index c5ccd78..6a9ba93 100644 --- a/src/carbon/version.cr +++ b/src/carbon/version.cr @@ -1,3 +1,3 @@ module Carbon - VERSION = "0.2.1" + VERSION = "0.3.0" end