Skip to content

Commit 2f285e4

Browse files
Release increment (#240)
1 parent fbd2c04 commit 2f285e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Okta/OktaOidc/Internal/OktaUserAgent.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

OktaOidc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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
66
Integrate your native app with Okta using the AppAuth library.

okta-oidc.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@
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;
@@ -1705,7 +1705,7 @@
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;

0 commit comments

Comments
 (0)