Skip to content

Commit

Permalink
Merge pull request #140 from okta/mikenachbaur-okta/release-2.4.1
Browse files Browse the repository at this point in the history
Incremented version number to 2.4.1
  • Loading branch information
mikenachbaur-okta authored Dec 3, 2020
2 parents 8ac7c07 + 032451d commit a90b6fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OktaAuthSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaAuthSdk'
s.version = '2.4.0'
s.version = '2.4.1'
s.summary = 'SDK for Okta native authentication.'
s.description = <<-DESC
Integrate your native app with Okta.
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Source/RestAPI/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import UIKit
#endif

public func sdkVersion() -> String {
return "2.4.0"
return "2.4.1"
}

internal func buildUserAgent() -> String {
Expand Down
2 changes: 2 additions & 0 deletions Tests/E2E/E2ETests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class E2ETests: XCTestCase {
}

let usernames = username.split(separator: ":")
try XCTSkipIf(usernames.count != 3,
"Environment settings not configured: missing usernames")
primaryAuthUser = (String(usernames[0]), password)
factorRequiredUser = (String(usernames[1]), password)
factorEnrollmentUser = (String(usernames[2]), password)
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit a90b6fa

Please sign in to comment.