Skip to content

Commit 5fc7c5b

Browse files
Release increment - 3.1.0
1 parent 3eff578 commit 5fc7c5b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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.0.0"
18+
@objc public static let VERSION = "3.1.0"
1919

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

OktaOidc.podspec

Lines changed: 2 additions & 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.0.0'
3+
s.version = '3.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.
@@ -13,4 +13,5 @@ Integrate your native app with Okta using the AppAuth library.
1313

1414
s.ios.deployment_target = '9.0'
1515
s.source_files = 'Okta/**/*'
16+
s.swift_version = '4.2'
1617
end

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Version](https://img.shields.io/cocoapods/v/OktaOidc.svg?style=flat)](http://cocoapods.org/pods/OktaOidc)
44
[![License](https://img.shields.io/cocoapods/l/OktaOidc.svg?style=flat)](http://cocoapods.org/pods/OktaOidc)
55
[![Platform](https://img.shields.io/cocoapods/p/OktaOidc.svg?style=flat)](http://cocoapods.org/pods/OktaOidc)
6+
[![Swift](https://img.shields.io/badge/swift-4.2-orange.svg?style=flat)](https://developer.apple.com/swift/)
67

78
# Okta Open ID Connect Library
89

0 commit comments

Comments
 (0)