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