Skip to content

Commit

Permalink
bump versions for next release (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Apr 7, 2022
1 parent b3278e9 commit b573774
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: carbon
version: 0.2.0
version: 0.2.1

authors:
- Paul Smith <[email protected]>

crystal: ">= 0.36.1, < 2.0.0"
crystal: ">= 1.0.0"

license: MIT

Expand All @@ -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
2 changes: 1 addition & 1 deletion src/carbon/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Carbon
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit b573774

Please sign in to comment.