Skip to content

Commit b8ba74c

Browse files
Merge pull request #155 from okta/ognidets-bump-version
2 parents e2c6e12 + 983327e commit b8ba74c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

OktaAuthNative.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@
824824
"@executable_path/Frameworks",
825825
"@loader_path/Frameworks",
826826
);
827+
MARKETING_VERSION = 2.4.3;
827828
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
828829
MTL_FAST_MATH = YES;
829830
ONLY_ACTIVE_ARCH = YES;
@@ -899,6 +900,7 @@
899900
"@executable_path/Frameworks",
900901
"@loader_path/Frameworks",
901902
);
903+
MARKETING_VERSION = 2.4.3;
902904
MTL_ENABLE_DEBUG_INFO = NO;
903905
MTL_FAST_MATH = YES;
904906
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.auth-swift";

OktaAuthSdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'OktaAuthSdk'
3-
s.version = '2.4.2'
3+
s.version = '2.4.3'
44
s.summary = 'SDK for Okta native authentication.'
55
s.description = <<-DESC
66
Integrate your native app with Okta.

Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.4.2</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
</dict>

Source/RestAPI/Utils.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import UIKit
1717
#endif
1818

1919
public func sdkVersion() -> String {
20-
return "2.4.2"
20+
return "2.4.3"
2121
}
2222

2323
internal func buildUserAgent() -> String {

Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.4.2</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)