Skip to content

Commit

Permalink
Release increment - 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta committed Apr 19, 2019
1 parent 3eff578 commit 5fc7c5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Okta/OktaOidc/OktaOidc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion OktaOidc.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fc7c5b

Please sign in to comment.