diff --git a/FCL-SDK.podspec b/FCL-SDK.podspec index c2a4454..ddcb84d 100644 --- a/FCL-SDK.podspec +++ b/FCL-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FCL-SDK' - s.version = '0.2.1' + s.version = '0.2.2' s.summary = 'Flow Client Library Swift version.' s.homepage = 'https://github.com/portto/fcl-swift' diff --git a/README.md b/README.md index b290ae9..a563080 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ This repo is inspired by [fcl-js](https://github.com/onflow/fcl-js) and [fcl-swi FCL-SDK is available through [CocoaPods](https://cocoapods.org). You can include specific subspec to install, simply add the following line to your Podfile: ```ruby -pod 'FCL-SDK', '~> 0.2.1' +pod 'FCL-SDK', '~> 0.2.2' ``` ### Swift Package Manager ```swift -.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.2.1")) +.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.2.2")) ``` Here's an example PackageDescription: @@ -51,7 +51,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.2.1")) + .package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.2.2")) ], targets: [ .target(