Skip to content

Commit 566ee5f

Browse files
Release 3.2.0
1 parent 9cc90df commit 566ee5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Okta/OktaOidc/OktaOidc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import UIKit
1515
public class OktaOidc: NSObject {
1616

1717
// Current version of the SDK
18-
@objc public static let VERSION = "3.1.0"
18+
@objc public static let VERSION = "3.2.0"
1919

2020
// Cache Okta.plist for reference
2121
@objc public let configuration: OktaOidcConfig

OktaOidc.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 = 'OktaOidc'
3-
s.version = '3.1.0'
3+
s.version = '3.2.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)