Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta committed Aug 16, 2019
1 parent 9e3ee3a commit e914e82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0";
return @"3.5.1";
}

+(NSString*)userAgentHeaderKey {
Expand Down
2 changes: 1 addition & 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.5.0'
s.version = '3.5.1'
s.summary = 'SDK to easily integrate AppAuth with Okta'
s.description = <<-DESC
Integrate your native app with Okta using the AppAuth library.
Expand Down
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.0-green?style=for-the-badge&logo=apple)](https://github.com/okta/okta-oidc-ios/releases/tag/3.5.0)
[![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)

[<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.0</string>
<string>3.5.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit e914e82

Please sign in to comment.