From f42a1eea8b90ea0723b2b88857975a53adef381b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Tue, 10 Dec 2019 11:29:03 +0100 Subject: [PATCH] Deployment: Update versioning file[s] to 1.1.3 --- PowerAuth2.podspec | 2 +- PowerAuth2ForExtensions.podspec | 2 +- PowerAuth2ForWatch.podspec | 2 +- proj-android/PowerAuthLibrary/gradle.properties | 2 +- proj-xcode/Classes/Info.plist | 2 +- proj-xcode/Extensions/IOS/Info.plist | 2 +- proj-xcode/Extensions/WatchOS/Info.plist | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PowerAuth2.podspec b/PowerAuth2.podspec index 8df0eb0a..641a5d43 100644 --- a/PowerAuth2.podspec +++ b/PowerAuth2.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| # General information s.name = 'PowerAuth2' - s.version = '1.1.2' + s.version = '1.1.3' s.summary = 'PowerAuth Mobile SDK for iOS' s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk' s.social_media_url = 'https://twitter.com/wultra' diff --git a/PowerAuth2ForExtensions.podspec b/PowerAuth2ForExtensions.podspec index 80afe69a..bf505c9e 100644 --- a/PowerAuth2ForExtensions.podspec +++ b/PowerAuth2ForExtensions.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| # General information s.name = 'PowerAuth2ForExtensions' - s.version = '1.1.2' + s.version = '1.1.3' s.summary = 'PowerAuth Mobile SDK for iOS 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 75fd3df1..347a7b06 100644 --- a/PowerAuth2ForWatch.podspec +++ b/PowerAuth2ForWatch.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| # General information s.name = 'PowerAuth2ForWatch' - s.version = '1.1.2' + s.version = '1.1.3' 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/proj-android/PowerAuthLibrary/gradle.properties b/proj-android/PowerAuthLibrary/gradle.properties index e7526848..9ec2b977 100644 --- a/proj-android/PowerAuthLibrary/gradle.properties +++ b/proj-android/PowerAuthLibrary/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=1.1.2 +VERSION_NAME=1.1.3 GROUP_ID=io.getlime.security.powerauth ARTIFACT_ID=powerauth-android-sdk diff --git a/proj-xcode/Classes/Info.plist b/proj-xcode/Classes/Info.plist index 0202029c..b2320d20 100644 --- a/proj-xcode/Classes/Info.plist +++ b/proj-xcode/Classes/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.2 + 1.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/proj-xcode/Extensions/IOS/Info.plist b/proj-xcode/Extensions/IOS/Info.plist index 0202029c..b2320d20 100644 --- a/proj-xcode/Extensions/IOS/Info.plist +++ b/proj-xcode/Extensions/IOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.2 + 1.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/proj-xcode/Extensions/WatchOS/Info.plist b/proj-xcode/Extensions/WatchOS/Info.plist index 0202029c..b2320d20 100644 --- a/proj-xcode/Extensions/WatchOS/Info.plist +++ b/proj-xcode/Extensions/WatchOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.2 + 1.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass