Skip to content

Commit ea259a1

Browse files
committed
travis fix
1 parent 770cfbc commit ea259a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ before_deploy:
1515
- ./build.sh
1616

1717
deploy:
18-
skip_cleanup: true
1918
- provider: releases
19+
skip_cleanup: true
2020
api_key:
2121
secure: $GITHUB_TOKEN
2222
file: Leanplum.framework.zip

Leanplum-iOS-SDK-source.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Pod::Spec.new do |s|
66
s.name = 'Leanplum-iOS-SDK-source'
7-
s.version = '2.2.1-beta.4'
7+
s.version = '2.2.1-beta.5'
88
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
99
s.description = <<-DESC
1010
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Leanplum-iOS-SDK'
11-
s.version = '2.2.1-beta.4'
11+
s.version = '2.2.1-beta.5'
1212
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313
s.description = <<-DESC
1414
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

0 commit comments

Comments
 (0)