Skip to content

Commit 58263fb

Browse files
Podspec major version increment
1 parent 411b06d commit 58263fb

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
@@ -14,7 +14,7 @@ import OktaAppAuth
1414
import Hydra
1515

1616
// Current version of the SDK
17-
let VERSION = "1.0.0"
17+
let VERSION = "2.0.0"
1818

1919
// Holds the browser session
2020
public var currentAuthorizationFlow: OIDExternalUserAgentSession?

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 = '1.0.1'
3+
s.version = '2.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)