From de0f26b3c4ec0d83c1506a6af7a5f51d1fb53618 Mon Sep 17 00:00:00 2001 From: Christian Rogobete Date: Mon, 18 Dec 2023 20:29:14 +0100 Subject: [PATCH] prepare for release --- README.md | 6 +++--- stellar-ios-mac-sdk.podspec | 2 +- stellarsdk/stellarsdk/Info.plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4535ec9c..d508fb02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To integrate stellar SDK into your Xcode project using CocoaPods, specify it in use_frameworks! target '' do - pod 'stellar-ios-mac-sdk', '~> 2.4.9' + pod 'stellar-ios-mac-sdk', '~> 2.5.0' end ``` @@ -44,7 +44,7 @@ $ brew install carthage To integrate stellar-ios-mac-sdk into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "soneso/stellar-ios-mac-sdk" ~> 2.4.9 +github "soneso/stellar-ios-mac-sdk" ~> 2.5.0 ``` Run `carthage update` to build the framework and drag the build `stellar-ios-mac-sdk.framework` into your Xcode project. @@ -52,7 +52,7 @@ Run `carthage update` to build the framework and drag the build `stellar-ios-mac ### Swift Package Manager ```swift -.package(name: "stellarsdk", url: "git@github.com:Soneso/stellar-ios-mac-sdk.git", from: "2.4.9"), +.package(name: "stellarsdk", url: "git@github.com:Soneso/stellar-ios-mac-sdk.git", from: "2.5.0"), ``` ### Manual diff --git a/stellar-ios-mac-sdk.podspec b/stellar-ios-mac-sdk.podspec index 2568f024..cb25cfb3 100644 --- a/stellar-ios-mac-sdk.podspec +++ b/stellar-ios-mac-sdk.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "stellar-ios-mac-sdk" - s.version = "2.4.9" + s.version = "2.5.0" 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' diff --git a/stellarsdk/stellarsdk/Info.plist b/stellarsdk/stellarsdk/Info.plist index c3b5584b..0784617f 100644 --- a/stellarsdk/stellarsdk/Info.plist +++ b/stellarsdk/stellarsdk/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.9 + 2.5.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass