From 6db9258a7b49695d169ca8107ebf313c70f551e9 Mon Sep 17 00:00:00 2001 From: "Zaid M. Said" Date: Fri, 14 Sep 2018 11:35:31 +0800 Subject: [PATCH] bump to version 1.0.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9c2aefe..0de8103 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/m2c/KPPaymentSDK.git", from: "0.0.1"), + .package(url: "https://github.com/m2c/KPPaymentSDK.git", from: "1.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.