From 3f40cbd87bc4db07595193b13d16a4ebe1275091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Fri, 26 Jul 2024 10:49:38 +0200 Subject: [PATCH] Deployment: Update versioning file[s] to 1.8.2 --- PowerAuth2.podspec | 4 ++-- PowerAuthCore.podspec | 2 +- proj-android/PowerAuthLibrary/gradle.properties | 2 +- proj-xcode/PowerAuth2/Info.plist | 2 +- proj-xcode/PowerAuthCore/Info.plist | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PowerAuth2.podspec b/PowerAuth2.podspec index 9c530819..a5f8d459 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.8.1' + s.version = '1.8.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' @@ -14,7 +14,7 @@ Pod::Spec.new do |s| :type => 'Apache License, Version 2.0', :file => 'LICENSE' } - s.dependency 'PowerAuthCore', '~> 1.8.1' + s.dependency 'PowerAuthCore', '~> 1.8.2' # Source files s.source = { diff --git a/PowerAuthCore.podspec b/PowerAuthCore.podspec index 4365a63f..7ed1c937 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.8.1' + s.version = '1.8.2' 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 ecc85921..e8db313e 100644 --- a/proj-android/PowerAuthLibrary/gradle.properties +++ b/proj-android/PowerAuthLibrary/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=1.8.1 +VERSION_NAME=1.8.2 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 896d326c..3f10ba97 100644 --- a/proj-xcode/PowerAuth2/Info.plist +++ b/proj-xcode/PowerAuth2/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.1 + 1.8.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/proj-xcode/PowerAuthCore/Info.plist b/proj-xcode/PowerAuthCore/Info.plist index d42ffde7..8a2cd48c 100644 --- a/proj-xcode/PowerAuthCore/Info.plist +++ b/proj-xcode/PowerAuthCore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.8.1 + 1.8.2 CFBundleVersion $(CURRENT_PROJECT_VERSION)