Skip to content

Commit 7c3c69c

Browse files
authored
Release v1.0.0 (#795)
* Bump versions for next release * Forgot about Authentic
1 parent 9fb2011 commit 7c3c69c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

shard.override.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# generated Lucky apps.
33

44
# Uncomment if you need to override
5-
dependencies:
6-
lucky:
7-
github: luckyframework/lucky
8-
branch: main
9-
avram:
10-
github: luckyframework/avram
11-
branch: main
12-
authentic:
13-
github: luckyframework/authentic
14-
branch: main
5+
# dependencies:
6+
# lucky:
7+
# github: luckyframework/lucky
8+
# branch: main
9+
# avram:
10+
# github: luckyframework/avram
11+
# branch: main
12+
# authentic:
13+
# github: luckyframework/authentic
14+
# branch: main

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky_cli
2-
version: 1.0.0-rc1
2+
version: 1.0.0
33

44
authors:
55
- Paul Smith <[email protected]>

src/generators/web.cr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ class LuckyCli::Generators::Web
194194
dependencies:
195195
lucky:
196196
github: luckyframework/lucky
197-
version: ~> 1.0.0-rc1
197+
version: ~> 1.0.0
198198
avram:
199199
github: luckyframework/avram
200-
version: ~> 1.0.0-rc1
200+
version: ~> 1.0.0
201201
carbon:
202202
github: luckyframework/carbon
203203
version: ~> 0.3.0
@@ -216,7 +216,7 @@ class LuckyCli::Generators::Web
216216
append_text to: "shard.yml", text: <<-DEPS_LIST
217217
authentic:
218218
github: luckyframework/authentic
219-
version: ~> 0.9.0
219+
version: ~> 1.0.0
220220
jwt:
221221
github: crystal-community/jwt
222222
version: ~> 1.6.0

src/lucky_cli/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LuckyCli
2-
VERSION = "1.0.0-rc1"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)