From dcc9230e38cc6559b59e94dc359579a5b35e8be9 Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Mon, 19 May 2014 09:58:12 -0300 Subject: [PATCH] Preparing 6.2.0.4 release --- Liferay-iOS-SDK.podspec | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index 1a57fff4..7835eada 100644 --- a/Liferay-iOS-SDK.podspec +++ b/Liferay-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Liferay-iOS-SDK" - s.version = "6.2.0.3" + s.version = "6.2.0.4" s.summary = "Build iOS apps for Liferay." s.homepage = "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk" s.license = { @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.platform = :ios s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "6.2.0.3" + :tag => "6.2.0.4" } s.source_files = "ios/Source/**/*.{h,m}" s.requires_arc = true diff --git a/gradle.properties b/gradle.properties index 3d02d000..f7f094cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ ## Build ## - version=6.2.0.3 \ No newline at end of file + version=6.2.0.4 \ No newline at end of file