Skip to content

Commit df6a5d5

Browse files
Incrementing release version to 3.10.1 (#269)
1 parent 8227128 commit df6a5d5

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.0'
3+
s.version = '3.10.1'
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.0";
25+
return @"3.10.1";
2626
}
2727

2828
+(NSString*)userAgentHeaderKey {

okta-oidc.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@
17111711
"@executable_path/Frameworks",
17121712
"@loader_path/Frameworks",
17131713
);
1714-
MARKETING_VERSION = 3.10.0;
1714+
MARKETING_VERSION = 3.10.1;
17151715
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17161716
PRODUCT_NAME = OktaOidc;
17171717
SKIP_INSTALL = YES;
@@ -1740,7 +1740,7 @@
17401740
"@executable_path/Frameworks",
17411741
"@loader_path/Frameworks",
17421742
);
1743-
MARKETING_VERSION = 3.10.0;
1743+
MARKETING_VERSION = 3.10.1;
17441744
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17451745
PRODUCT_NAME = OktaOidc;
17461746
SKIP_INSTALL = YES;
@@ -1887,7 +1887,7 @@
18871887
"@loader_path/Frameworks",
18881888
);
18891889
MACOSX_DEPLOYMENT_TARGET = 10.14;
1890-
MARKETING_VERSION = 3.10.0;
1890+
MARKETING_VERSION = 3.10.1;
18911891
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
18921892
PRODUCT_NAME = OktaOidc;
18931893
SDKROOT = macosx;
@@ -1913,7 +1913,7 @@
19131913
"@loader_path/Frameworks",
19141914
);
19151915
MACOSX_DEPLOYMENT_TARGET = 10.14;
1916-
MARKETING_VERSION = 3.10.0;
1916+
MARKETING_VERSION = 3.10.1;
19171917
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19181918
PRODUCT_NAME = OktaOidc;
19191919
SDKROOT = macosx;

0 commit comments

Comments
 (0)