diff --git a/Cedar-Info.plist b/Cedar-Info.plist index 20aacbfc..b1b7f8bb 100644 --- a/Cedar-Info.plist +++ b/Cedar-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.11.1 + 0.11.2 CFBundleSignature ???? CFBundleVersion diff --git a/Cedar.podspec b/Cedar.podspec index aa1c0d48..df64ae99 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.11.1' + s.version = '0.11.2' 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.11.1' } + s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.2' } s.osx.deployment_target = '10.7' s.ios.deployment_target = '6.0' diff --git a/Source/Headers/CDRVersion.h b/Source/Headers/CDRVersion.h index 700a2392..046f03c6 100644 --- a/Source/Headers/CDRVersion.h +++ b/Source/Headers/CDRVersion.h @@ -1 +1 @@ -NSString *CDRVersion = @"0.11.1"; +NSString *CDRVersion = @"0.11.2";