Skip to content

Commit a52fc43

Browse files
authored
Merge pull request #166 from 0xLeif/bug/promise-resign
Bug/promise resign
2 parents 374328e + 540be62 commit a52fc43

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
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
1616
// .package(url: /* package url */, from: "1.0.0"),
17-
.package(url: "https://github.com/0xLeif/Later", from: "0.3.0")
17+
.package(url: "https://github.com/0xLeif/Later", from: "0.3.1")
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)