Skip to content

Commit 7fd0526

Browse files
Release increment - 2.1.0
1 parent a3e2959 commit 7fd0526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Okta/OktaAuth/OktaAppAuth.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import Hydra
1414

1515
// Current version of the SDK
16-
let VERSION = "2.0.0"
16+
let VERSION = "2.1.0"
1717

1818
// Holds the browser session
1919
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 = '2.0.0'
3+
s.version = '2.1.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)