From 8a33b4dfb0d8b58a3e5f9e6f1675b49474a51de6 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Wed, 7 Oct 2015 20:58:04 -0700 Subject: [PATCH] Parse 1.9.0 :cloud: --- 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 d58082ca5..af3c14a3c 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.8.5' + s.version = '1.9.0' 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 0c29ec297..c46eab0bc 100644 --- a/Parse/PFConstants.h +++ b/Parse/PFConstants.h @@ -18,7 +18,7 @@ /// @name Version ///-------------------------------------- -#define PARSE_VERSION @"1.8.5" +#define PARSE_VERSION @"1.9.0" extern NSInteger const PARSE_API_VERSION; diff --git a/Parse/Resources/Framework.plist b/Parse/Resources/Framework.plist index babe8693b..227f9ad4a 100644 --- a/Parse/Resources/Framework.plist +++ b/Parse/Resources/Framework.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.5 + 1.9.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.8.5 + 1.9.0 MinimumOSVersion 6.0 diff --git a/Parse/Resources/FrameworkOSX.plist b/Parse/Resources/FrameworkOSX.plist index d55606f1d..8e4734c76 100644 --- a/Parse/Resources/FrameworkOSX.plist +++ b/Parse/Resources/FrameworkOSX.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.5 + 1.9.0 CFBundleSignature ???? CFBundleVersion - 1.8.5 + 1.9.0