Skip to content

Commit

Permalink
prepare for release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Jan 14, 2025
1 parent da3b2f8 commit 5893dff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Soneso open source stellar SDK for iOS & Mac provides APIs to build tran
#### Latest stable release:

```swift
.package(name: "stellarsdk", url: "[email protected]:Soneso/stellar-ios-mac-sdk.git", from: "3.0.3"),
.package(name: "stellarsdk", url: "[email protected]:Soneso/stellar-ios-mac-sdk.git", from: "3.0.4"),
```

If not loading (err: `cannot use bare repository`), then remove:
Expand Down Expand Up @@ -38,7 +38,7 @@ To integrate stellar SDK into your Xcode project using CocoaPods, specify it in
use_frameworks!

target '<Your Target Name>' do
pod 'stellar-ios-mac-sdk', '~> 3.0.3'
pod 'stellar-ios-mac-sdk', '~> 3.0.4'
end
```

Expand All @@ -65,7 +65,7 @@ To integrate stellar-ios-mac-sdk into your Xcode project using Carthage, specify
#### Last stable release:

```ogdl
github "soneso/stellar-ios-mac-sdk" ~> 3.0.3
github "soneso/stellar-ios-mac-sdk" ~> 3.0.4
```

Run `carthage update` to build the framework and drag the build `stellar-ios-mac-sdk.framework` into your Xcode project.
Expand Down
2 changes: 1 addition & 1 deletion stellar-ios-mac-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "stellar-ios-mac-sdk"
s.version = "3.0.3"
s.version = "3.0.4"
s.summary = "Fully featured iOS and macOS SDK that provides APIs to build transactions and connect to Horizon server for the Stellar ecosystem."
s.module_name = 'stellarsdk'
s.swift_version = '5.0'
Expand Down
2 changes: 1 addition & 1 deletion stellarsdk/stellarsdk/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>3.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5893dff

Please sign in to comment.