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

Commit

Permalink
Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed Jul 27, 2015
1 parent 7df5c5a commit f189629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Liferay-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Liferay-iOS-SDK"
s.module_name = "LRMobileSDK"
s.version = "6.2.0.19"
s.version = "6.2.0.20"
s.summary = "Build iOS apps for Liferay."
s.homepage = "https://www.liferay.com/community/liferay-projects/liferay-mobile-sdk"
s.license = {
Expand All @@ -15,7 +15,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.19"
:tag => "ios-6.2.0.20"
}
s.source_files = "ios/Source/**/*.{h,m}"
s.resource_bundles = {
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
##

description=Liferay Android SDK
version=6.2.0.21
version=6.2.0.22
2 changes: 1 addition & 1 deletion ios/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
## Build
##

version=6.2.0.19
version=6.2.0.20

0 comments on commit f189629

Please sign in to comment.