Skip to content

Commit

Permalink
bump versions for next release (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Oct 21, 2024
1 parent af7f877 commit b04ba2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions shard.override.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
dependencies:
habitat:
github: luckyframework/habitat
branch: main
development_dependencies:
lucky:
github: luckyframework/lucky
branch: main
# dependencies:

# development_dependencies:
# lucky:
# github: luckyframework/lucky
# branch: main
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: avram
version: 1.2.0
version: 1.3.0

crystal: ">= 1.10.0"

Expand All @@ -20,7 +20,7 @@ dependencies:
version: ~> 0.28.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
version: ~> 0.4.9
wordsmith:
github: luckyframework/wordsmith
version: ~> 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/avram/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avram
VERSION = "1.2.0"
VERSION = "1.3.0"
end

0 comments on commit b04ba2d

Please sign in to comment.