Skip to content

Commit 4fe6ca3

Browse files
Release 3.4.0 (#132)
1 parent ed6ab99 commit 4fe6ca3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

OktaAuthSdk.podspec

+2-2
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.3.0'
3+
s.version = '2.4.0'
44
s.summary = 'SDK for Okta native authentication.'
55
s.description = <<-DESC
66
Integrate your native app with Okta.
@@ -14,7 +14,7 @@ Integrate your native app with Okta.
1414
s.ios.deployment_target = '10.0'
1515
s.osx.deployment_target = '10.14'
1616
s.source_files = 'Source/**/*'
17-
s.swift_version = '4.2'
17+
s.swift_version = '5.0'
1818
s.exclude_files = [
1919
'Source/Info.plist'
2020
]

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.3.0</string>
20+
<string>2.4.0</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.3.0"
20+
return "2.4.0"
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.3.0</string>
18+
<string>2.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)