Skip to content

Commit

Permalink
bump versions for next release (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Sep 16, 2023
1 parent aef4050 commit 4865d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: carbon
version: 0.3.0
version: 0.4.0

authors:
- Paul Smith <[email protected]>
Expand All @@ -15,7 +15,7 @@ targets:
dependencies:
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
version: ~> 0.4.8
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.2.0
Expand All @@ -29,7 +29,7 @@ dependencies:
development_dependencies:
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.1.4
version: ~> 0.2.0
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0
Expand Down
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.3.0"
VERSION = "0.4.0"
end

0 comments on commit 4865d4b

Please sign in to comment.