File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
# generated Lucky apps.
3
3
4
4
# 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
Original file line number Diff line number Diff line change 1
1
name : lucky_cli
2
- version : 1.0.0-rc1
2
+ version : 1.0.0
3
3
4
4
authors :
5
5
Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ class LuckyCli::Generators::Web
194
194
dependencies:
195
195
lucky:
196
196
github: luckyframework/lucky
197
- version: ~> 1.0.0-rc1
197
+ version: ~> 1.0.0
198
198
avram:
199
199
github: luckyframework/avram
200
- version: ~> 1.0.0-rc1
200
+ version: ~> 1.0.0
201
201
carbon:
202
202
github: luckyframework/carbon
203
203
version: ~> 0.3.0
@@ -216,7 +216,7 @@ class LuckyCli::Generators::Web
216
216
append_text to: " shard.yml" , text: <<-DEPS_LIST
217
217
authentic:
218
218
github: luckyframework/authentic
219
- version: ~> 0.9 .0
219
+ version: ~> 1.0 .0
220
220
jwt:
221
221
github: crystal-community/jwt
222
222
version: ~> 1.6.0
Original file line number Diff line number Diff line change 1
1
module LuckyCli
2
- VERSION = " 1.0.0-rc1 "
2
+ VERSION = " 1.0.0"
3
3
end
You can’t perform that action at this time.
0 commit comments