Skip to content

Commit

Permalink
Release v0.1.2 (#32)
Browse files Browse the repository at this point in the history
* updating shard requirements due to how shards works now

* lock in latest habitat and bump version
  • Loading branch information
jwoertink authored Jun 27, 2020
1 parent 73e9886 commit 40f7d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: carbon
version: 0.1.1
version: 0.1.2

authors:
- Paul Smith <[email protected]>

crystal: 0.30.0
crystal: 0.35.0

license: MIT

dependencies:
habitat:
github: luckyframework/habitat
version: ~> 0.4.4

development_dependencies:
dotenv:
github: gdotdesign/cr-dotenv
version: 0.2.0
version: 0.7.0
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.1.1"
VERSION = "0.1.2"
end

0 comments on commit 40f7d93

Please sign in to comment.