Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottphc committed Oct 15, 2022
1 parent c6065b5 commit 49711cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Demo/FCL_Cocoa_Demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PODS:
- CNIOLinux (2.40.0)
- CNIOWindows (2.40.0)
- CryptoSwift (1.5.1)
- FCL-SDK (0.1.6):
- FCL-SDK (0.2.0):
- BloctoSDK/Flow (~> 0.4.0)
- SwiftyJSON
- FlowSDK (0.4.2):
Expand Down Expand Up @@ -246,7 +246,7 @@ SPEC CHECKSUMS:
CNIOLinux: 62e3505f50de558c393dc2f273dde71dcce518da
CNIOWindows: 3047f2d8165848a3936a0a755fee27c6b5ee479b
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
FCL-SDK: 0258bba745c9a676b9554e01ad3f0910d88ac056
FCL-SDK: 23d318693101ff7aba63e95f1fcd2021be9923b0
FlowSDK: 84883187f3f6797438b59474ebeac40be4a96a86
gRPC-Swiftp: 1f5a05ce5b544bff3dce93223e72829daac26113
Logging: beeb016c9c80cf77042d62e83495816847ef108b
Expand Down
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.6'
s.version = '0.2.0'
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.6'
pod 'FCL-SDK', '~> 0.2.0'
```

### Swift Package Manager


```swift
.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.1.6"))
.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.2.0"))
```

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.6"))
.package(url: "https://github.com/portto/fcl-swift.git", .upToNextMinor(from: "0.2.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 49711cb

Please sign in to comment.