diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index 653085a9..1a57fff4 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.2" + s.version = "6.2.0.3" 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.2" + :tag => "6.2.0.3" } s.source_files = "ios/Source/**/*.{h,m}" s.requires_arc = true diff --git a/gradle.properties b/gradle.properties index 29f3a82a..3d02d000 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ ## Build ## - version=6.2.0.2 \ No newline at end of file + version=6.2.0.3 \ No newline at end of file