Skip to content

Commit 64e258b

Browse files
Increment version number to 3.10.2 (#289)
* Incremented version to 3.10.2
1 parent d23b37c commit 64e258b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.10.1'
3+
s.version = '3.10.2'
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.

Sources/AppAuth/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.10.1";
25+
return @"3.10.2";
2626
}
2727

2828
+(NSString*)userAgentHeaderKey {

okta-oidc.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@
17571757
"@executable_path/Frameworks",
17581758
"@loader_path/Frameworks",
17591759
);
1760-
MARKETING_VERSION = 3.10.1;
1760+
MARKETING_VERSION = 3.10.2;
17611761
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17621762
PRODUCT_NAME = OktaOidc;
17631763
SKIP_INSTALL = YES;
@@ -1786,7 +1786,7 @@
17861786
"@executable_path/Frameworks",
17871787
"@loader_path/Frameworks",
17881788
);
1789-
MARKETING_VERSION = 3.10.1;
1789+
MARKETING_VERSION = 3.10.2;
17901790
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17911791
PRODUCT_NAME = OktaOidc;
17921792
SKIP_INSTALL = YES;
@@ -1931,7 +1931,7 @@
19311931
"@loader_path/Frameworks",
19321932
);
19331933
MACOSX_DEPLOYMENT_TARGET = 10.14;
1934-
MARKETING_VERSION = 3.10.1;
1934+
MARKETING_VERSION = 3.10.2;
19351935
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19361936
PRODUCT_NAME = OktaOidc;
19371937
SDKROOT = macosx;
@@ -1957,7 +1957,7 @@
19571957
"@loader_path/Frameworks",
19581958
);
19591959
MACOSX_DEPLOYMENT_TARGET = 10.14;
1960-
MARKETING_VERSION = 3.10.1;
1960+
MARKETING_VERSION = 3.10.2;
19611961
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19621962
PRODUCT_NAME = OktaOidc;
19631963
SDKROOT = macosx;

0 commit comments

Comments
 (0)