diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index 07047278..c1db1aa5 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.7" + s.version = "6.2.0.8" s.summary = "Build iOS apps for Liferay." s.homepage = "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk" s.license = { @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '6.1' s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "6.2.0.7" + :tag => "6.2.0.8" } s.source_files = "ios/Source/**/*.{h,m}" s.subspec 'Liferay-Sync-iOS-SDK' do |sync| diff --git a/gradle.properties b/gradle.properties index 94b79c75..c3054785 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,4 @@ description= group=com.liferay.mobile - version=6.2.0.7 \ No newline at end of file + version=6.2.0.8 \ No newline at end of file