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 411b06d commit 58263fbCopy full SHA for 58263fb
Okta/OktaAppAuth.swift
@@ -14,7 +14,7 @@ import OktaAppAuth
14
import Hydra
15
16
// Current version of the SDK
17
-let VERSION = "1.0.0"
+let VERSION = "2.0.0"
18
19
// Holds the browser session
20
public var currentAuthorizationFlow: OIDExternalUserAgentSession?
OktaAuth.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'OktaAuth'
3
- s.version = '1.0.1'
+ s.version = '2.0.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