From f18962901f8a347c46674fe16b9c805c57b6bd22 Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Mon, 27 Jul 2015 16:05:45 -0300 Subject: [PATCH] Preparing release --- Liferay-iOS-SDK.podspec | 4 ++-- android/gradle.properties | 2 +- ios/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index 83931fe1..b32b5c04 100644 --- a/Liferay-iOS-SDK.podspec +++ b/Liferay-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Liferay-iOS-SDK" s.module_name = "LRMobileSDK" - s.version = "6.2.0.19" + s.version = "6.2.0.20" s.summary = "Build iOS apps for Liferay." s.homepage = "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk" s.license = { @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "ios-6.2.0.19" + :tag => "ios-6.2.0.20" } s.source_files = "ios/Source/**/*.{h,m}" s.resource_bundles = { diff --git a/android/gradle.properties b/android/gradle.properties index 25ff1fc6..3fbdf937 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -9,4 +9,4 @@ ## description=Liferay Android SDK - version=6.2.0.21 \ No newline at end of file + version=6.2.0.22 \ No newline at end of file diff --git a/ios/gradle.properties b/ios/gradle.properties index 82869fe5..5b88cac5 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -8,4 +8,4 @@ ## Build ## - version=6.2.0.19 \ No newline at end of file + version=6.2.0.20 \ No newline at end of file