Skip to content

Commit ee88678

Browse files
Release increment 3.4.0
1 parent ee0dc77 commit ee88678

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Okta/OktaOidc/OktaUserAgent.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@implementation OktaUserAgent
1717

1818
+(NSString*)userAgentVersion {
19-
return @"3.3.0";
19+
return @"3.4.0";
2020
}
2121

2222
+(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.3.0'
3+
s.version = '3.4.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/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.3.0</string>
20+
<string>3.4.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
</dict>

0 commit comments

Comments
 (0)