From 1aa8f2b4e3b5ac68838fce5c6f0810151fa52be7 Mon Sep 17 00:00:00 2001 From: zmeriksen Date: Sat, 29 Aug 2020 13:46:44 -0500 Subject: [PATCH 1/2] Update Later version to develop branch --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index e15a42c..0990853 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/0xLeif/Later", from: "0.3.0") + .package(url: "https://github.com/0xLeif/Later", .branch("develop")) ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. From 540be6287db203f711c61f4e5e4f0dffd555af08 Mon Sep 17 00:00:00 2001 From: Zach Eriksen Date: Mon, 31 Aug 2020 11:13:57 -0500 Subject: [PATCH 2/2] Updated to Later@0.3.1 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 0990853..c1a6db8 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/0xLeif/Later", .branch("develop")) + .package(url: "https://github.com/0xLeif/Later", from: "0.3.1") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.