Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Nov 14, 2022
1 parent 8ba3371 commit 898951a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.5'
s.version = '1.7.6'
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.5'
s.dependency 'PowerAuthCore', '~> 1.7.6'

# Source files
s.source = {
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.7.5'
s.version = '1.7.6'
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
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# General information
s.cocoapods_version = '>= 1.10'
s.name = 'PowerAuth2ForWatch'
s.version = '1.7.5'
s.version = '1.7.6'
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 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.5'
s.version = '1.7.6'
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.5
VERSION_NAME=1.7.6
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.5</string>
<string>1.7.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/PowerAuth2ForExtensions/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.5</string>
<string>1.7.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/PowerAuth2ForWatch/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.5</string>
<string>1.7.6</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.5</string>
<string>1.7.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 898951a

Please sign in to comment.