From 37aee695cf654c519243adc2945161a089855029 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Mon, 21 Aug 2017 20:41:52 -0400 Subject: [PATCH] :zap: Release 1.15.2 --- Parse.podspec | 2 +- Parse/PFConstants.h | 2 +- Parse/Resources/Parse-OSX.Info.plist | 4 ++-- Parse/Resources/Parse-iOS.Info.plist | 4 ++-- Parse/Resources/Parse-tvOS.Info.plist | 4 ++-- Parse/Resources/Parse-watchOS.Info.plist | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Parse.podspec b/Parse.podspec index 01f0e0b8a..a38a9ed6a 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.15.1' + s.version = '1.15.2' 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.' diff --git a/Parse/PFConstants.h b/Parse/PFConstants.h index ec96d75f9..8d2956467 100644 --- a/Parse/PFConstants.h +++ b/Parse/PFConstants.h @@ -13,7 +13,7 @@ #pragma mark - SDK Version ///-------------------------------------- -#define PARSE_VERSION @"1.15.1" +#define PARSE_VERSION @"1.15.2" ///-------------------------------------- #pragma mark - Platform diff --git a/Parse/Resources/Parse-OSX.Info.plist b/Parse/Resources/Parse-OSX.Info.plist index 82d1e6a10..263123138 100644 --- a/Parse/Resources/Parse-OSX.Info.plist +++ b/Parse/Resources/Parse-OSX.Info.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.15.1 + 1.15.2 CFBundleSignature ???? CFBundleVersion - 1.15.1 + 1.15.2 diff --git a/Parse/Resources/Parse-iOS.Info.plist b/Parse/Resources/Parse-iOS.Info.plist index 4f00bc81c..a953672e2 100644 --- a/Parse/Resources/Parse-iOS.Info.plist +++ b/Parse/Resources/Parse-iOS.Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.15.1 + 1.15.2 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.15.1 + 1.15.2 MinimumOSVersion 6.0 diff --git a/Parse/Resources/Parse-tvOS.Info.plist b/Parse/Resources/Parse-tvOS.Info.plist index c305f0b05..37a0ea901 100644 --- a/Parse/Resources/Parse-tvOS.Info.plist +++ b/Parse/Resources/Parse-tvOS.Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.15.1 + 1.15.2 CFBundleSignature ???? CFBundleVersion - 1.15.1 + 1.15.2 NSPrincipalClass diff --git a/Parse/Resources/Parse-watchOS.Info.plist b/Parse/Resources/Parse-watchOS.Info.plist index c305f0b05..37a0ea901 100644 --- a/Parse/Resources/Parse-watchOS.Info.plist +++ b/Parse/Resources/Parse-watchOS.Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.15.1 + 1.15.2 CFBundleSignature ???? CFBundleVersion - 1.15.1 + 1.15.2 NSPrincipalClass