File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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
4747it, simply add the following line to your Podfile:
4848
4949``` ruby
50- pod ' SolanaSwift' , ' ~> 4 .0.0'
50+ pod ' SolanaSwift' , ' ~> 5 .0.0'
5151```
5252
5353### Swift package manager
5454``` swift
5555...
5656dependencies: [
5757 ...
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" )
5959],
6060...
6161```
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SolanaSwift'
11- s . version = '4 .0.0'
11+ s . version = '5 .0.0'
1212 s . summary = 'A client for Solana written in Swift.'
1313
1414# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments