Skip to content

Commit

Permalink
Release v1.0.0-rc1 (#882)
Browse files Browse the repository at this point in the history
* bump versions for next release

* fixing semver

* need to specify what the min version with the prerelease
  • Loading branch information
jwoertink authored Sep 28, 2022
1 parent 3a54895 commit 9c8caec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: avram
version: 0.23.0
version: 1.0.0-rc1

crystal: ">= 1.4.0"

Expand All @@ -24,7 +24,7 @@ dependencies:
version: ~> 0.4.7
wordsmith:
github: luckyframework/wordsmith
version: ~> 0.3.0
version: ~> 0.4.0
dexter:
github: luckyframework/dexter
version: ~> 0.3.4
Expand All @@ -44,10 +44,10 @@ dependencies:
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.0.0
version: ~> 1.1.0
lucky:
github: luckyframework/lucky
branch: main
version: ">= 1.0.0-rc1"

scripts:
postinstall: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks
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 = "0.23.0"
VERSION = "1.0.0-rc1"
end

0 comments on commit 9c8caec

Please sign in to comment.