We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc90df commit 566ee5fCopy full SHA for 566ee5f
Okta/OktaOidc/OktaOidc.swift
@@ -15,7 +15,7 @@ import UIKit
15
public class OktaOidc: NSObject {
16
17
// Current version of the SDK
18
- @objc public static let VERSION = "3.1.0"
+ @objc public static let VERSION = "3.2.0"
19
20
// Cache Okta.plist for reference
21
@objc public let configuration: OktaOidcConfig
OktaOidc.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'OktaOidc'
3
- s.version = '3.1.0'
+ s.version = '3.2.0'
4
s.summary = 'SDK to easily integrate AppAuth with Okta'
5
s.description = <<-DESC
6
Integrate your native app with Okta using the AppAuth library.
0 commit comments