Skip to content

Commit 6932a63

Browse files
committed
Bump version
1 parent 16b9aa5 commit 6932a63

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cadence.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Cadence'
3-
s.version = '0.2.0'
3+
s.version = '0.3.0'
44
s.summary = 'JSON-Cadence Data Interchange Format Wrapper'
55

66
s.homepage = 'https://github.com/portto/flow-swift-sdk'

FlowSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FlowSDK'
3-
s.version = '0.2.0'
3+
s.version = '0.3.0'
44
s.summary = 'Flow blockchain swift SDK'
55

66
s.homepage = 'https://github.com/portto/flow-swift-sdk'
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
ss.source_files = "Sources/FlowSDK/**/*"
2222
ss.dependency "BigInt", "~> 5.2.0"
2323
ss.dependency "CryptoSwift", "~> 1.5.1"
24-
ss.dependency "Cadence", "~> 0.2.0"
24+
ss.dependency "Cadence", "~> 0.3.0"
2525
ss.dependency "gRPC-Swiftp", "~> 1.8.2"
2626
ss.dependency "secp256k1Swift", "~> 0.7.4"
2727
end

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ platform :ios, '13.0'
1818
use_frameworks!
1919

2020
target 'ExampleApp' do
21-
pod 'FlowSDK', '~> 0.2.0'
21+
pod 'FlowSDK', '~> 0.3.0'
2222
end
2323
```
2424

2525
### Swift Package Manager
2626

2727
- File > Swift Packages > Add Package Dependency
2828
- Add `https://github.com/portto/flow-swift-sdk.git`
29-
- Select "Up to Next Major" with "0.2.0"
29+
- Select "Up to Next Major" with "0.3.0"
3030

3131
# Usage
3232

examples/cocoapods/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- _NIODataStructures (2.40.0)
33
- BigInt (5.2.0)
4-
- Cadence (0.2.0):
4+
- Cadence (0.3.0):
55
- BigInt (~> 5.2.0)
66
- CryptoSwift (~> 1.5.1)
77
- CGRPCZlibp (1.8.2)
@@ -14,11 +14,11 @@ PODS:
1414
- CNIOLinux (2.40.0)
1515
- CNIOWindows (2.40.0)
1616
- CryptoSwift (1.5.1)
17-
- FlowSDK (0.2.0):
18-
- FlowSDK/FlowSDK (= 0.2.0)
19-
- FlowSDK/FlowSDK (0.2.0):
17+
- FlowSDK (0.3.0):
18+
- FlowSDK/FlowSDK (= 0.3.0)
19+
- FlowSDK/FlowSDK (0.3.0):
2020
- BigInt (~> 5.2.0)
21-
- Cadence (~> 0.2.0)
21+
- Cadence (~> 0.3.0)
2222
- CryptoSwift (~> 1.5.1)
2323
- gRPC-Swiftp (~> 1.8.2)
2424
- secp256k1Swift (~> 0.7.4)
@@ -212,7 +212,7 @@ EXTERNAL SOURCES:
212212
SPEC CHECKSUMS:
213213
_NIODataStructures: 3d45d8e70a1d17a15b1dc59d102c63dbc0525ffd
214214
BigInt: f668a80089607f521586bbe29513d708491ef2f7
215-
Cadence: f50b816003d13e342da4373ba0ac5d1cb91449ee
215+
Cadence: 2a6cd88c5830c617ccad292111ebcf3073b87429
216216
CGRPCZlibp: 2f3e1e7a6d6cb481d4d1a26d3ec09aefacf09cbb
217217
CNIOAtomics: 8edf08644e5e6fa0f021c239be9e8beb1cd9ef18
218218
CNIOBoringSSL: 2c9c96c2e95f15e83fb8d26b9738d939cc39ae33
@@ -222,7 +222,7 @@ SPEC CHECKSUMS:
222222
CNIOLinux: 62e3505f50de558c393dc2f273dde71dcce518da
223223
CNIOWindows: 3047f2d8165848a3936a0a755fee27c6b5ee479b
224224
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
225-
FlowSDK: c36bf3b2246a1d3e8a7c2c80a61ba374a9b0e9a4
225+
FlowSDK: 93ae90e1e9a3beffa8281c36a0cb4b89d4b6375b
226226
gRPC-Swiftp: 1f5a05ce5b544bff3dce93223e72829daac26113
227227
Logging: beeb016c9c80cf77042d62e83495816847ef108b
228228
secp256k1Swift: ea49d2b06724444a03cf7938a2d3fc7acc4c0f08

0 commit comments

Comments
 (0)