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 1ea0780 commit df9db4fCopy full SHA for df9db4f
Okta/OktaAppAuth.swift
@@ -15,7 +15,7 @@ import Hydra
15
import Vinculum
16
17
// Current version of the SDK
18
-let VERSION = "0.3.0"
+let VERSION = "1.0.0"
19
20
// Holds the browser session
21
public var currentAuthorizationFlow: OIDAuthorizationFlowSession?
OktaAuth.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'OktaAuth'
3
- s.version = '0.3.0'
+ s.version = '1.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