File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616@implementation OktaUserAgent
1717
1818+(NSString *)userAgentVersion {
19- return @" 3.5.0 " ;
19+ return @" 3.5.1 " ;
2020}
2121
2222+(NSString *)userAgentHeaderKey {
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'OktaOidc'
3- s . version = '3.5.0 '
3+ s . version = '3.5.1 '
44 s . summary = 'SDK to easily integrate AppAuth with Okta'
55 s . description = <<-DESC
66Integrate your native app with Okta using the AppAuth library.
Original file line number Diff line number Diff line change 1- [ ![ 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 )
1+ [ ![ 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 )
22
33[ <img src =" https://aws1.discourse-cdn.com/standard14/uploads/oktadev/original/1X/0c6402653dfb70edc661d4976a43a46f33e5e919.png " align =" right " width =" 256px " />] ( https://devforum.okta.com/ )
44[ ![ CI Status] ( http://img.shields.io/travis/okta/okta-oidc-ios.svg?style=flat )] ( https://travis-ci.org/okta/okta-oidc-ios )
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >3.5.0 </string >
20+ <string >3.5.1 </string >
2121 <key >CFBundleVersion </key >
2222 <string >$(CURRENT_PROJECT_VERSION) </string >
2323</dict >
You can’t perform that action at this time.
0 commit comments