diff --git a/FCL-SDK.podspec b/FCL-SDK.podspec index 42cc3a7..0634612 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.1.5' + s.version = '0.1.6' s.summary = 'Flow Client Library Swift version.' s.homepage = 'https://github.com/portto/fcl-swift' diff --git a/README.md b/README.md index e9c5259..58e4cc6 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.1.5' +pod 'FCL-SDK', '~> 0.1.6' ``` ### Swift Package Manager ```swift -.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.1.5")) +.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.1.6")) ``` 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.1.5")) + .package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.1.6")) ], targets: [ .target(