File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616@implementation OktaUserAgent
1717
1818+(NSString *)userAgentVersion {
19- return @" 3.3 .0" ;
19+ return @" 3.4 .0" ;
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.3 .0'
3+ s . version = '3.4 .0'
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 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >3.3 .0 </string >
20+ <string >3.4 .0 </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