Skip to content

Commit 5a3c669

Browse files
committed
Bump version
1 parent 773121d commit 5a3c669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Liferay-Push.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Liferay-Push"
33
s.module_name = "LRPush"
4-
s.version = "1.0.15"
4+
s.version = "1.1.0"
55
s.summary = "Liferay Push iOS Client"
66
s.homepage = "https://github.com/liferay-mobile/liferay-push-ios"
77
s.license = {
@@ -16,8 +16,8 @@ Pod::Spec.new do |s|
1616
s.ios.deployment_target = "10.0"
1717
s.source = {
1818
:git => "https://github.com/liferay-mobile/liferay-push-ios.git",
19-
:tag => "1.0.15"
19+
:tag => "1.1.0"
2020
}
2121
s.source_files = "{Core,Service}/**/*"
2222
s.dependency "Liferay-iOS-SDK"
23-
end
23+
end

0 commit comments

Comments
 (0)