diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index c866145e..3e07ffee 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.12" + s.version = "6.2.0.13" 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 = '7.0' s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "ios-6.2.0.12" + :tag => "ios-6.2.0.13" } s.source_files = "ios/Source/**/*.{h,m}" s.subspec 'Liferay-Push' do |push| diff --git a/ios/gradle.properties b/ios/gradle.properties index 0a9df318..4f982a90 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -9,4 +9,4 @@ ## Build ## - version=6.2.0.12 \ No newline at end of file + version=6.2.0.13 \ No newline at end of file