Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew54068 committed Nov 18, 2022
1 parent d37625a commit 7be6022
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.2.1'
s.version = '0.2.2'
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.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:
Expand All @@ -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(
Expand Down

0 comments on commit 7be6022

Please sign in to comment.