Skip to content

Commit ab9a29e

Browse files
runnerrunner
authored andcommitted
feat: upversion to '4.0.0'
1 parent a5f92b9 commit ab9a29e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ SolanaSwift is available through [CocoaPods](https://cocoapods.org). To install
3737
it, simply add the following line to your Podfile:
3838

3939
```ruby
40-
pod 'SolanaSwift', '~> 3.0.0'
40+
pod 'SolanaSwift', '~> 4.0.0'
4141
```
4242

4343
### Swift package manager
4444
```swift
4545
...
4646
dependencies: [
4747
...
48-
.package(url: "https://github.com/p2p-org/solana-swift", from: "3.0.0")
48+
.package(url: "https://github.com/p2p-org/solana-swift", from: "4.0.0")
4949
],
5050
...
5151
```

SolanaSwift.podspec

Lines changed: 1 addition & 1 deletion
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 = '3.0.0'
11+
s.version = '4.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)