Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Preparing 6.2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed May 7, 2014
1 parent bf9bb2a commit c302beb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Liferay-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Liferay-iOS-SDK"
s.version = "6.2.0.1"
s.version = "6.2.0.2"
s.summary = "Build iOS apps for Liferay."
s.homepage = "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk"
s.license = {
Expand All @@ -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.1"
:tag => "6.2.0.2"
}
s.source_files = "ios/Source/**/*.{h,m}"
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
## Build
##

version=6.2.0.1
version=6.2.0.2
2 changes: 1 addition & 1 deletion samples/liferay-android-sdk-sample
2 changes: 1 addition & 1 deletion samples/liferay-ios-sdk-sample

0 comments on commit c302beb

Please sign in to comment.