Skip to content

Commit

Permalink
Release increment 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta committed Jul 15, 2019
1 parent 67ce89e commit bafdf36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Okta/OktaOidc/OktaUserAgent.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@implementation OktaUserAgent

+(NSString*)userAgentVersion {
return @"3.4.0";
return @"3.5.0";
}

+(NSString*)userAgentHeaderKey {
Expand Down
2 changes: 1 addition & 1 deletion OktaOidc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaOidc'
s.version = '3.4.0'
s.version = '3.5.0'
s.summary = 'SDK to easily integrate AppAuth with Okta'
s.description = <<-DESC
Integrate your native app with Okta using the AppAuth library.
Expand Down
2 changes: 1 addition & 1 deletion okta-oidc/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit bafdf36

Please sign in to comment.