diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec
index fa61600..8589d1b 100644
--- a/OktaAuthSdk.podspec
+++ b/OktaAuthSdk.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaAuthSdk'
- s.version = '2.3.0'
+ s.version = '2.4.0'
s.summary = 'SDK for Okta native authentication.'
s.description = <<-DESC
Integrate your native app with Okta.
@@ -14,7 +14,7 @@ Integrate your native app with Okta.
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.14'
s.source_files = 'Source/**/*'
- s.swift_version = '4.2'
+ s.swift_version = '5.0'
s.exclude_files = [
'Source/Info.plist'
]
diff --git a/Source/Info.plist b/Source/Info.plist
index ed43298..76ba885 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.3.0
+ 2.4.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/Source/RestAPI/Utils.swift b/Source/RestAPI/Utils.swift
index 8c78e8a..6e6c03d 100644
--- a/Source/RestAPI/Utils.swift
+++ b/Source/RestAPI/Utils.swift
@@ -17,7 +17,7 @@ import UIKit
#endif
public func sdkVersion() -> String {
- return "2.3.0"
+ return "2.4.0"
}
internal func buildUserAgent() -> String {
diff --git a/Tests/Info.plist b/Tests/Info.plist
index fe05d8c..7b8528b 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.3.0
+ 2.4.0
CFBundleVersion
1