Skip to content

Commit 5084457

Browse files
author
Javier Segura
committed
adding version package
1 parent 8cf023f commit 5084457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
20-
.package(url: "https://github.com/miolabs/MIODB.git", .branch("master"))
20+
.package(url: "https://github.com/miolabs/MIODB.git", from: "1.0.0")
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)