From 6acfa3a4b8cc4581010cb38bf11cc4d1f088e9d3 Mon Sep 17 00:00:00 2001 From: ApolloZhu Date: Wed, 21 Oct 2020 02:13:56 -0400 Subject: [PATCH] 2.1.0 --- README.md | 4 ++-- Sources/Info.plist | 2 +- swift_qrcodejs.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b7f373..d73d72d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Cross-platform QRCode generator written in pure Swift, aiming to solve the awkwa ```swift dependencies: [ - .package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git", from: "2.0.0"), + .package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git", from: "2.1.0"), ] ``` @@ -40,7 +40,7 @@ pod 'swift_qrcodejs' Carthage ```ruby -github "ApolloZhu/swift_qrcodejs" ~> 2.0.0 +github "ApolloZhu/swift_qrcodejs" ~> 2.1.0 ``` diff --git a/Sources/Info.plist b/Sources/Info.plist index b74f3fb..465503a 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/swift_qrcodejs.podspec b/swift_qrcodejs.podspec index 98b1ef7..decafdd 100644 --- a/swift_qrcodejs.podspec +++ b/swift_qrcodejs.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "swift_qrcodejs" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "Cross-appleOS SIMPLE QRCode generator for swift, modified based on qrcodejs." # This description is used to generate tags and improve search results.