Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.5.2 #191

Merged
merged 1 commit into from
Oct 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release 3.5.2
  • Loading branch information
IldarAbdullin-okta committed Oct 7, 2019
commit f5056cb20e39c4675a0367b421569d9ff68ad48a
2 changes: 1 addition & 1 deletion Okta/OktaOidc/OktaUserAgent.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@implementation OktaUserAgent

+(NSString*)userAgentVersion {
return @"3.5.1";
return @"3.5.2";
}

+(NSString*)userAgentHeaderKey {
Expand Down
4 changes: 2 additions & 2 deletions 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.5.1'
s.version = '3.5.2'
s.summary = 'SDK to easily integrate AppAuth with Okta'
s.description = <<-DESC
Integrate your native app with Okta using the AppAuth library.
Expand All @@ -11,7 +11,7 @@ Integrate your native app with Okta using the AppAuth library.
s.authors = { "Okta Developers" => "developer@okta.com"}
s.source = { :git => 'https://github.com/okta/okta-oidc-ios.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.source_files = 'Okta/**/*'
s.swift_version = '4.2'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![iOS_13 ready](https://img.shields.io/badge/iOS%2013-RELEASE--3.5.1-green?style=for-the-badge&logo=apple)](https://github.com/okta/okta-oidc-ios/releases/tag/3.5.1)
[![iOS_13 ready](https://img.shields.io/badge/iOS%2013-RELEASE--3.5.2-green?style=for-the-badge&logo=apple)](https://github.com/okta/okta-oidc-ios/releases/tag/3.5.2)

[<img src="https://aws1.discourse-cdn.com/standard14/uploads/oktadev/original/1X/0c6402653dfb70edc661d4976a43a46f33e5e919.png" align="right" width="256px"/>](https://devforum.okta.com/)
[![CI Status](http://img.shields.io/travis/okta/okta-oidc-ios.svg?style=flat)](https://travis-ci.org/okta/okta-oidc-ios)
Expand Down
2 changes: 1 addition & 1 deletion okta-oidc/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.5.1</string>
<string>3.5.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down