From 423ed7a203efab1f6778c5a0919128235e17bc97 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 20 Jan 2018 15:03:13 -0500 Subject: [PATCH] Bump version to 1.16.1-alpha.1 --- Parse.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse.podspec b/Parse.podspec index 00eb76fcf..ed9a0788b 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.16.0' + s.version = '1.16.1-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.'