From cab5ac9da0f96efd8906f4a3b41c2501e0b0263f Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 20 Jan 2018 16:14:00 -0500 Subject: [PATCH] Bump podspec to 1.17.0-alpha.1 --- Parse.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse.podspec b/Parse.podspec index ed9a0788b..3120223f9 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.16.1-alpha.1' + s.version = '1.17.0-alpha.1' s.license = { :type => 'BSD', :file => 'LICENSE' } s.homepage = 'http://parseplatform.org/' s.summary = 'A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.'