Skip to content

Commit

Permalink
Release v1.0.0 (#929)
Browse files Browse the repository at this point in the history
* Bump versions for next release

* Depend on the official 1.0 Lucky release
  • Loading branch information
jwoertink authored Mar 12, 2023
1 parent 28977f4 commit 376379a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: avram
version: 1.0.0-rc1
version: 1.0.0

crystal: ">= 1.6.0"

Expand Down Expand Up @@ -47,8 +47,7 @@ development_dependencies:
version: ~> 1.3
lucky:
github: luckyframework/lucky
#version: ">= 1.0.0-rc1"
branch: main
version: ">= 1.0.0"

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 = "1.0.0-rc1"
VERSION = "1.0.0"
end

0 comments on commit 376379a

Please sign in to comment.