Skip to content

Commit

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

* Forgot about Authentic
  • Loading branch information
jwoertink authored Mar 12, 2023
1 parent 9fb2011 commit 7c3c69c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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: main
avram:
github: luckyframework/avram
branch: main
authentic:
github: luckyframework/authentic
branch: main
# 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: 1.0.0-rc1
version: 1.0.0

authors:
- Paul Smith <[email protected]>
Expand Down
6 changes: 3 additions & 3 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
avram:
github: luckyframework/avram
version: ~> 1.0.0-rc1
version: ~> 1.0.0
carbon:
github: luckyframework/carbon
version: ~> 0.3.0
Expand All @@ -216,7 +216,7 @@ class LuckyCli::Generators::Web
append_text to: "shard.yml", text: <<-DEPS_LIST
authentic:
github: luckyframework/authentic
version: ~> 0.9.0
version: ~> 1.0.0
jwt:
github: crystal-community/jwt
version: ~> 1.6.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 = "1.0.0-rc1"
VERSION = "1.0.0"
end

0 comments on commit 7c3c69c

Please sign in to comment.