From 9860c29a263c011c3ef59ad5eae81eceace0a90c Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Tue, 15 Sep 2015 09:56:58 -0700 Subject: [PATCH] Parse 1.8.4 --- Parse.podspec | 2 +- Parse/PFConstants.h | 2 +- Parse/Resources/Framework.plist | 4 ++-- Parse/Resources/FrameworkOSX.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Parse.podspec b/Parse.podspec index 0a4a80b1d..3667fdacb 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.8.3' + s.version = '1.8.4' s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" } s.homepage = 'https://www.parse.com/' s.summary = 'Parse is a complete technology stack to power your app\'s backend.' diff --git a/Parse/PFConstants.h b/Parse/PFConstants.h index 774caec8c..9e6bc87c8 100644 --- a/Parse/PFConstants.h +++ b/Parse/PFConstants.h @@ -18,7 +18,7 @@ /// @name Version ///-------------------------------------- -#define PARSE_VERSION @"1.8.3" +#define PARSE_VERSION @"1.8.4" extern NSInteger const PARSE_API_VERSION; diff --git a/Parse/Resources/Framework.plist b/Parse/Resources/Framework.plist index dc00f6767..3823df9a1 100644 --- a/Parse/Resources/Framework.plist +++ b/Parse/Resources/Framework.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.3 + 1.8.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.8.3 + 1.8.4 MinimumOSVersion 6.0 diff --git a/Parse/Resources/FrameworkOSX.plist b/Parse/Resources/FrameworkOSX.plist index 5a7947ec1..8b4dc2b67 100644 --- a/Parse/Resources/FrameworkOSX.plist +++ b/Parse/Resources/FrameworkOSX.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.3 + 1.8.4 CFBundleSignature ???? CFBundleVersion - 1.8.3 + 1.8.4