Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Dec 2, 2020
1 parent a3ea0ae commit 5c94f88
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PowerAuth2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# General information
s.cocoapods_version = '>= 1.10'
s.name = 'PowerAuth2'
s.version = '1.5.1'
s.version = '1.5.2'
s.summary = 'PowerAuth Mobile SDK for iOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down
2 changes: 1 addition & 1 deletion PowerAuth2ForExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# General information
s.cocoapods_version = '>= 1.10'
s.name = 'PowerAuth2ForExtensions'
s.version = '1.5.1'
s.version = '1.5.2'
s.summary = 'PowerAuth Mobile SDK for iOS and tvOS App Extensions'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down
2 changes: 1 addition & 1 deletion PowerAuth2ForWatch.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForWatch'
s.version = '1.5.1'
s.version = '1.5.2'
s.summary = 'PowerAuth Mobile SDK for watchOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down
2 changes: 1 addition & 1 deletion proj-android/PowerAuthLibrary/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=1.5.1
VERSION_NAME=1.5.2
GROUP_ID=io.getlime.security.powerauth
ARTIFACT_ID=powerauth-android-sdk
2 changes: 1 addition & 1 deletion proj-xcode/Classes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Extensions/IOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Extensions/WatchOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5c94f88

Please sign in to comment.