From 002b64c4c5f4dbf11cd205ef667f6dc9494bc739 Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Wed, 12 Nov 2014 14:38:25 -0800 Subject: [PATCH] Bump version to v0.11.0 --- Cedar-Info.plist | 2 +- Cedar.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cedar-Info.plist b/Cedar-Info.plist index 30f45691..edfb3de8 100644 --- a/Cedar-Info.plist +++ b/Cedar-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.10.0 + 0.11.0 CFBundleSignature ???? CFBundleVersion diff --git a/Cedar.podspec b/Cedar.podspec index 555e943c..a35f1c3e 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.10.0' + s.version = '0.11.0' s.license = 'MIT' s.summary = 'BDD-style testing using Objective-C.' s.homepage = 'https://github.com/pivotal/cedar' s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' } s.license = { :type => 'MIT', :file => 'MIT.LICENSE.txt' } - s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.10.0' } + s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.0' } s.osx.deployment_target = '10.7' s.ios.deployment_target = '6.0'