From cbbd617dfc92f8f33b8f5267230d825f713993c3 Mon Sep 17 00:00:00 2001 From: Ildar Abdullin Date: Fri, 11 Sep 2020 14:40:37 -0700 Subject: [PATCH] Release increment --- OktaAuthSdk.podspec | 2 +- Source/Info.plist | 2 +- Source/RestAPI/Utils.swift | 2 +- Tests/Info.plist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec index 7044bb0..fa61600 100644 --- a/OktaAuthSdk.podspec +++ b/OktaAuthSdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OktaAuthSdk' - s.version = '2.2.0' + s.version = '2.3.0' s.summary = 'SDK for Okta native authentication.' s.description = <<-DESC Integrate your native app with Okta. diff --git a/Source/Info.plist b/Source/Info.plist index 193e237..ed43298 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.0 + 2.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Source/RestAPI/Utils.swift b/Source/RestAPI/Utils.swift index 1a128a4..8c78e8a 100644 --- a/Source/RestAPI/Utils.swift +++ b/Source/RestAPI/Utils.swift @@ -17,7 +17,7 @@ import UIKit #endif public func sdkVersion() -> String { - return "2.2.0" + return "2.3.0" } internal func buildUserAgent() -> String { diff --git a/Tests/Info.plist b/Tests/Info.plist index 6b54d75..fe05d8c 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.2.0 + 2.3.0 CFBundleVersion 1