diff --git a/OktaAuthNative.xcodeproj/project.pbxproj b/OktaAuthNative.xcodeproj/project.pbxproj
index 2b6b0b6..a3b4306 100644
--- a/OktaAuthNative.xcodeproj/project.pbxproj
+++ b/OktaAuthNative.xcodeproj/project.pbxproj
@@ -824,6 +824,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
+ MARKETING_VERSION = 2.4.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@@ -899,6 +900,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
+ MARKETING_VERSION = 2.4.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.auth-swift";
diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec
index 13090a3..1fd507b 100644
--- a/OktaAuthSdk.podspec
+++ b/OktaAuthSdk.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaAuthSdk'
- s.version = '2.4.2'
+ s.version = '2.4.3'
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 2dc3a66..d9cac62 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.4.2
+ $(MARKETING_VERSION)
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/Source/RestAPI/Utils.swift b/Source/RestAPI/Utils.swift
index 0978af9..ffab334 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.2"
+ return "2.4.3"
}
internal func buildUserAgent() -> String {
diff --git a/Tests/Info.plist b/Tests/Info.plist
index 3ab3a0c..ce76891 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.4.2
+ $(MARKETING_VERSION)
CFBundleVersion
1