Skip to content

Commit df9db4f

Browse files
Release 1.0.0 (#58)
1 parent 1ea0780 commit df9db4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Okta/OktaAppAuth.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Hydra
1515
import Vinculum
1616

1717
// Current version of the SDK
18-
let VERSION = "0.3.0"
18+
let VERSION = "1.0.0"
1919

2020
// Holds the browser session
2121
public var currentAuthorizationFlow: OIDAuthorizationFlowSession?

OktaAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'OktaAuth'
3-
s.version = '0.3.0'
3+
s.version = '1.0.0'
44
s.summary = 'SDK to easily integrate AppAuth with Okta'
55
s.description = <<-DESC
66
Integrate your native app with Okta using the AppAuth library.

0 commit comments

Comments
 (0)