From 92e44c2fd57a65d8579b65b66574f2995a35af5d Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Fri, 10 Jul 2015 11:41:41 -0300 Subject: [PATCH] Preparing release --- Liferay-iOS-SDK.podspec | 4 ++-- ios/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index 86890c18..83931fe1 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.18" + s.version = "6.2.0.19" 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.18" + :tag => "ios-6.2.0.19" } s.source_files = "ios/Source/**/*.{h,m}" s.resource_bundles = { diff --git a/ios/gradle.properties b/ios/gradle.properties index 249cd939..82869fe5 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -8,4 +8,4 @@ ## Build ## - version=6.2.0.18 \ No newline at end of file + version=6.2.0.19 \ No newline at end of file