Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew54068 committed Feb 24, 2023
1 parent 43af334 commit 33ed23a
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.3.2):
- FCL-SDK (0.3.3):
- BloctoSDK/Flow (~> 0.5.0)
- SwiftyJSON
- FlowSDK (0.5.0):
Expand Down Expand Up @@ -246,7 +246,7 @@ SPEC CHECKSUMS:
CNIOLinux: 62e3505f50de558c393dc2f273dde71dcce518da
CNIOWindows: 3047f2d8165848a3936a0a755fee27c6b5ee479b
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
FCL-SDK: 92bad183d1e27fcf63642488b1026cf96826cd01
FCL-SDK: 43fff0a39d8cf2981dee0f640482ea18fd9e4f05
FlowSDK: 08c8b36cdc7b1c0d7017504592e8d13042e71bd0
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.3.2'
s.version = '0.3.3'
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.3.2'
pod 'FCL-SDK', '~> 0.3.3'
```

### Swift Package Manager


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

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

0 comments on commit 33ed23a

Please sign in to comment.