Skip to content

Commit 57c052b

Browse files
committed
Use Lighter 1.0.0
The release.
1 parent 5f432e9 commit 57c052b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "git@github.com:55DB091A-8471-447B-8F50-5DFF4C1B14AC/Lighter.git",
1616
"state" : {
17-
"branch" : "develop",
18-
"revision" : "7c075f71994e216c1e5a9d84f548a6fedd4f9b14"
17+
"revision" : "cb7f477901307b77ab70c914175250e4935b3c1e",
18+
"version" : "1.0.0"
1919
}
2020
},
2121
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var package = Package(
1212

1313
dependencies: [
1414
.package(url: "git@github.com:55DB091A-8471-447B-8F50-5DFF4C1B14AC/Lighter.git",
15-
branch: "develop"),
15+
from: "1.0.0"),
1616
.package(url: "https://github.com/stephencelis/SQLite.swift",
1717
from: "0.9.2"),
1818
.package(url: "https://github.com/groue/GRDB.swift", from: "5.26.0")

0 commit comments

Comments
 (0)