Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Mar 8, 2023
1 parent 9fca0a3 commit cf07182
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.7.7'
s.version = '1.7.8'
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 All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
:type => 'Apache License, Version 2.0',
:file => 'LICENSE'
}
s.dependency 'PowerAuthCore', '~> 1.7.7'
s.dependency 'PowerAuthCore', '~> 1.7.8'

# Source files
s.source = {
Expand Down
2 changes: 1 addition & 1 deletion PowerAuthCore.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 = 'PowerAuthCore'
s.version = '1.7.7'
s.version = '1.7.8'
s.summary = 'PowerAuthCore library 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 proj-android/PowerAuthLibrary/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=1.7.7
VERSION_NAME=1.7.8
GROUP_ID=com.wultra.android.powerauth
ARTIFACT_ID=powerauth-sdk
2 changes: 1 addition & 1 deletion proj-xcode/PowerAuth2/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.7.7</string>
<string>1.7.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/PowerAuthCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.7.7</string>
<string>1.7.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit cf07182

Please sign in to comment.