File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ SolanaSwift is available through [CocoaPods](https://cocoapods.org). To install
47
47
it, simply add the following line to your Podfile:
48
48
49
49
``` ruby
50
- pod ' SolanaSwift' , ' ~> 4 .0.0'
50
+ pod ' SolanaSwift' , ' ~> 5 .0.0'
51
51
```
52
52
53
53
### Swift package manager
54
54
``` swift
55
55
...
56
56
dependencies: [
57
57
...
58
- .package (url : " https://github.com/p2p-org/solana-swift" , from : " 4 .0.0" )
58
+ .package (url : " https://github.com/p2p-org/solana-swift" , from : " 5 .0.0" )
59
59
],
60
60
...
61
61
```
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SolanaSwift'
11
- s . version = '4 .0.0'
11
+ s . version = '5 .0.0'
12
12
s . summary = 'A client for Solana written in Swift.'
13
13
14
14
# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments