diff --git a/Parse-OSX.podspec b/Parse-OSX.podspec index 53138906b..6c7b65805 100644 --- a/Parse-OSX.podspec +++ b/Parse-OSX.podspec @@ -1,9 +1,8 @@ Pod::Spec.new do |s| - s.deprecated = true s.deprecated_in_favor_of = 'Parse' s.name = 'Parse-OSX' - s.version = '1.8.0' + s.version = '1.8.1' 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.podspec b/Parse.podspec index cba6f45f9..a2e0bc856 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.8.0' + s.version = '1.8.1' 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 04b23342f..8596a13b6 100644 --- a/Parse/PFConstants.h +++ b/Parse/PFConstants.h @@ -18,7 +18,7 @@ /// @name Version ///-------------------------------------- -#define PARSE_VERSION @"1.8.0" +#define PARSE_VERSION @"1.8.1" extern NSInteger const PARSE_API_VERSION; diff --git a/Parse/Resources/Framework.plist b/Parse/Resources/Framework.plist index 67febd37f..fd8caa434 100644 --- a/Parse/Resources/Framework.plist +++ b/Parse/Resources/Framework.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.0 + 1.8.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.8.0 + 1.8.1 MinimumOSVersion 6.0 diff --git a/Parse/Resources/FrameworkOSX.plist b/Parse/Resources/FrameworkOSX.plist index f07e09b02..3c9114870 100644 --- a/Parse/Resources/FrameworkOSX.plist +++ b/Parse/Resources/FrameworkOSX.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.0 + 1.8.1 CFBundleSignature ???? CFBundleVersion - 1.8.0 + 1.8.1