Skip to content

Commit 9dba5f7

Browse files
authored
Release 1.0.0-rc1 (#780)
* bumping versions for release * fixing the versions for semver
1 parent e9abc53 commit 9dba5f7

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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: releases/1.0.0.rc1
9-
avram:
10-
github: luckyframework/avram
11-
branch: releases/1.0.0.rc1
12-
authentic:
13-
github: luckyframework/authentic
14-
branch: releases/0.9.0
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: 0.30.0
2+
version: 1.0.0-rc1
33

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

src/generators/web.cr

Lines changed: 2 additions & 2 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-rc1
198198
avram:
199199
github: luckyframework/avram
200-
version: ~> 1.0.0.rc1
200+
version: ~> 1.0.0-rc1
201201
carbon:
202202
github: luckyframework/carbon
203203
version: ~> 0.3.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 = "0.30.0"
2+
VERSION = "1.0.0-rc1"
33
end

0 commit comments

Comments
 (0)