File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ +(void)setUserAgentValue:(NSString*)value {
2222}
2323
2424+(NSString *)userAgentVersion {
25- return @" 3.8 .0" ;
25+ return @" 3.9 .0" ;
2626}
2727
2828+(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.8 .0'
3+ s . version = '3.9 .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 16761676 "@executable_path/Frameworks",
16771677 "@loader_path/Frameworks",
16781678 );
1679- MARKETING_VERSION = 3.8 .0;
1679+ MARKETING_VERSION = 3.9 .0;
16801680 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
16811681 PRODUCT_NAME = OktaOidc;
16821682 SKIP_INSTALL = YES;
17051705 "@executable_path/Frameworks",
17061706 "@loader_path/Frameworks",
17071707 );
1708- MARKETING_VERSION = 3.8 .0;
1708+ MARKETING_VERSION = 3.9 .0;
17091709 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17101710 PRODUCT_NAME = OktaOidc;
17111711 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments