Skip to content

Commit

Permalink
chore: bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew54068 committed Sep 23, 2022
1 parent 5ab9035 commit be6ac6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FCL-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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(
Expand Down

0 comments on commit be6ac6e

Please sign in to comment.