Skip to content

Commit 6b31f8a

Browse files
Increment version to 3.10.5 (#303)
1 parent 5b6eae7 commit 6b31f8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Okta software accompanied by this notice is provided pursuant to the
22
following terms:
33

4-
Copyright © 2015-2017, Okta, Inc.
4+
Copyright © 2015-Present, Okta, Inc.
55

66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
77
this file except in compliance with the License. You may obtain a copy of the

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.4'
3+
s.version = '3.10.5'
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: 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.4;
1760+
MARKETING_VERSION = 3.10.5;
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.4;
1789+
MARKETING_VERSION = 3.10.5;
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.4;
1934+
MARKETING_VERSION = 3.10.5;
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.4;
1960+
MARKETING_VERSION = 3.10.5;
19611961
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19621962
PRODUCT_NAME = OktaOidc;
19631963
SDKROOT = macosx;

0 commit comments

Comments
 (0)