From 5fc7c5bdc4f4a82388eb628f1adcf483e14c3103 Mon Sep 17 00:00:00 2001 From: Ildar Abdullin Date: Fri, 19 Apr 2019 12:56:05 -0700 Subject: [PATCH] Release increment - 3.1.0 --- Okta/OktaOidc/OktaOidc.swift | 2 +- OktaOidc.podspec | 3 ++- README.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Okta/OktaOidc/OktaOidc.swift b/Okta/OktaOidc/OktaOidc.swift index 023abaed6df..5d2824912e0 100644 --- a/Okta/OktaOidc/OktaOidc.swift +++ b/Okta/OktaOidc/OktaOidc.swift @@ -15,7 +15,7 @@ import UIKit public class OktaOidc: NSObject { // Current version of the SDK - @objc public static let VERSION = "3.0.0" + @objc public static let VERSION = "3.1.0" // Cache Okta.plist for reference @objc public let configuration: OktaOidcConfig diff --git a/OktaOidc.podspec b/OktaOidc.podspec index 9e53131eb9d..2bbf9834959 100644 --- a/OktaOidc.podspec +++ b/OktaOidc.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OktaOidc' - s.version = '3.0.0' + s.version = '3.1.0' s.summary = 'SDK to easily integrate AppAuth with Okta' s.description = <<-DESC Integrate your native app with Okta using the AppAuth library. @@ -13,4 +13,5 @@ Integrate your native app with Okta using the AppAuth library. s.ios.deployment_target = '9.0' s.source_files = 'Okta/**/*' + s.swift_version = '4.2' end diff --git a/README.md b/README.md index 5cecc53602b..e249fa398a0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Version](https://img.shields.io/cocoapods/v/OktaOidc.svg?style=flat)](http://cocoapods.org/pods/OktaOidc) [![License](https://img.shields.io/cocoapods/l/OktaOidc.svg?style=flat)](http://cocoapods.org/pods/OktaOidc) [![Platform](https://img.shields.io/cocoapods/p/OktaOidc.svg?style=flat)](http://cocoapods.org/pods/OktaOidc) +[![Swift](https://img.shields.io/badge/swift-4.2-orange.svg?style=flat)](https://developer.apple.com/swift/) # Okta Open ID Connect Library