Skip to content

Commit 010a3e3

Browse files
runnerrunner
runner
authored and
runner
committed
feat: upversion to '5.0.0'
1 parent 66f70dc commit 010a3e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ SolanaSwift is available through [CocoaPods](https://cocoapods.org). To install
4747
it, 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
...
5656
dependencies: [
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
```

SolanaSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::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.

0 commit comments

Comments
 (0)