From 19f2e659b81befafafeb1523e6628675afe0f450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Thu, 3 Nov 2022 15:38:46 +0100 Subject: [PATCH] Deployment: Update versioning file[s] to 1.7.5 --- PowerAuth2.podspec | 4 ++-- PowerAuth2ForExtensions.podspec | 2 +- PowerAuth2ForWatch.podspec | 2 +- PowerAuthCore.podspec | 2 +- proj-android/PowerAuthLibrary/gradle.properties | 2 +- proj-xcode/PowerAuth2/Info.plist | 2 +- proj-xcode/PowerAuth2ForExtensions/Info.plist | 2 +- proj-xcode/PowerAuth2ForWatch/Info.plist | 2 +- proj-xcode/PowerAuthCore/Info.plist | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/PowerAuth2.podspec b/PowerAuth2.podspec index 79db88df..6cba382d 100644 --- a/PowerAuth2.podspec +++ b/PowerAuth2.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # General information s.cocoapods_version = '>= 1.10' s.name = 'PowerAuth2' - s.version = '1.7.4' + s.version = '1.7.5' s.summary = 'PowerAuth Mobile SDK for iOS' s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk' s.social_media_url = 'https://twitter.com/wultra' @@ -14,7 +14,7 @@ Pod::Spec.new do |s| :type => 'Apache License, Version 2.0', :file => 'LICENSE' } - s.dependency 'PowerAuthCore', '~> 1.7.4' + s.dependency 'PowerAuthCore', '~> 1.7.5' # Source files s.source = { diff --git a/PowerAuth2ForExtensions.podspec b/PowerAuth2ForExtensions.podspec index 9d048f84..bd5146b9 100644 --- a/PowerAuth2ForExtensions.podspec +++ b/PowerAuth2ForExtensions.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # General information s.cocoapods_version = '>= 1.10' s.name = 'PowerAuth2ForExtensions' - s.version = '1.7.4' + s.version = '1.7.5' 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' diff --git a/PowerAuth2ForWatch.podspec b/PowerAuth2ForWatch.podspec index 2cd89aa3..92c65093 100644 --- a/PowerAuth2ForWatch.podspec +++ b/PowerAuth2ForWatch.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # General information s.cocoapods_version = '>= 1.10' s.name = 'PowerAuth2ForWatch' - s.version = '1.7.4' + s.version = '1.7.5' s.summary = 'PowerAuth Mobile SDK for watchOS' s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk' s.social_media_url = 'https://twitter.com/wultra' diff --git a/PowerAuthCore.podspec b/PowerAuthCore.podspec index 16f132b3..5838dcb6 100644 --- a/PowerAuthCore.podspec +++ b/PowerAuthCore.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # General information s.cocoapods_version = '>= 1.10' s.name = 'PowerAuthCore' - s.version = '1.7.4' + s.version = '1.7.5' s.summary = 'PowerAuthCore library for iOS' s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk' s.social_media_url = 'https://twitter.com/wultra' diff --git a/proj-android/PowerAuthLibrary/gradle.properties b/proj-android/PowerAuthLibrary/gradle.properties index 9522cc5f..b9fcf698 100644 --- a/proj-android/PowerAuthLibrary/gradle.properties +++ b/proj-android/PowerAuthLibrary/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=1.7.4 +VERSION_NAME=1.7.5 GROUP_ID=com.wultra.android.powerauth ARTIFACT_ID=powerauth-sdk diff --git a/proj-xcode/PowerAuth2/Info.plist b/proj-xcode/PowerAuth2/Info.plist index 188d6fd3..9c6ab0a9 100644 --- a/proj-xcode/PowerAuth2/Info.plist +++ b/proj-xcode/PowerAuth2/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.4 + 1.7.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/proj-xcode/PowerAuth2ForExtensions/Info.plist b/proj-xcode/PowerAuth2ForExtensions/Info.plist index 188d6fd3..9c6ab0a9 100644 --- a/proj-xcode/PowerAuth2ForExtensions/Info.plist +++ b/proj-xcode/PowerAuth2ForExtensions/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.4 + 1.7.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/proj-xcode/PowerAuth2ForWatch/Info.plist b/proj-xcode/PowerAuth2ForWatch/Info.plist index 188d6fd3..9c6ab0a9 100644 --- a/proj-xcode/PowerAuth2ForWatch/Info.plist +++ b/proj-xcode/PowerAuth2ForWatch/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.4 + 1.7.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/proj-xcode/PowerAuthCore/Info.plist b/proj-xcode/PowerAuthCore/Info.plist index aa5a818a..e5e89415 100644 --- a/proj-xcode/PowerAuthCore/Info.plist +++ b/proj-xcode/PowerAuthCore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.7.4 + 1.7.5 CFBundleVersion $(CURRENT_PROJECT_VERSION)