Skip to content

Commit

Permalink
Release 1.0.0-rc1 (#780)
Browse files Browse the repository at this point in the history
* bumping versions for release

* fixing the versions for semver
  • Loading branch information
jwoertink authored Sep 29, 2022
1 parent e9abc53 commit 9dba5f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions shard.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# generated Lucky apps.

# Uncomment if you need to override
dependencies:
lucky:
github: luckyframework/lucky
branch: releases/1.0.0.rc1
avram:
github: luckyframework/avram
branch: releases/1.0.0.rc1
authentic:
github: luckyframework/authentic
branch: releases/0.9.0
# dependencies:
# lucky:
# github: luckyframework/lucky
# branch: main
# avram:
# github: luckyframework/avram
# branch: main
# authentic:
# github: luckyframework/authentic
# branch: main
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_cli
version: 0.30.0
version: 1.0.0-rc1

authors:
- Paul Smith <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions src/generators/web.cr
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ class LuckyCli::Generators::Web
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.0.0.rc1
version: ~> 1.0.0-rc1
avram:
github: luckyframework/avram
version: ~> 1.0.0.rc1
version: ~> 1.0.0-rc1
carbon:
github: luckyframework/carbon
version: ~> 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/lucky_cli/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LuckyCli
VERSION = "0.30.0"
VERSION = "1.0.0-rc1"
end

0 comments on commit 9dba5f7

Please sign in to comment.