Skip to content

Commit 4e0c02f

Browse files
Merge pull request #143 from okta/mikenachbaur-okta/release-2.4.2
Bumped version number to 2.4.2
2 parents 85b4375 + 1004693 commit 4e0c02f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.1'
3+
s.version = '2.4.2'
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.1</string>
20+
<string>2.4.2</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.1"
20+
return "2.4.2"
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.1</string>
18+
<string>2.4.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)