diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec index 0b5f1e8..13090a3 100644 --- a/OktaAuthSdk.podspec +++ b/OktaAuthSdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OktaAuthSdk' - s.version = '2.4.1' + s.version = '2.4.2' 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 d7d7eac..2dc3a66 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.1 + 2.4.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Source/RestAPI/Utils.swift b/Source/RestAPI/Utils.swift index 9cb4d34..0978af9 100644 --- a/Source/RestAPI/Utils.swift +++ b/Source/RestAPI/Utils.swift @@ -17,7 +17,7 @@ import UIKit #endif public func sdkVersion() -> String { - return "2.4.1" + return "2.4.2" } internal func buildUserAgent() -> String { diff --git a/Tests/Info.plist b/Tests/Info.plist index 4972c2c..3ab3a0c 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.4.1 + 2.4.2 CFBundleVersion 1