From ebda5a43a9dd324e83d8676a4b79e086e6d43407 Mon Sep 17 00:00:00 2001 From: Sam Coward Date: Wed, 23 Mar 2016 15:47:39 -0400 Subject: [PATCH] Bump version to 0.13.0 --- Cedar-Info.plist | 2 +- Cedar.podspec | 2 +- Source/Headers/Public/CDRVersion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cedar-Info.plist b/Cedar-Info.plist index f098e625..b2893624 100644 --- a/Cedar-Info.plist +++ b/Cedar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.12.0 + 0.13.0 CFBundleSignature ???? CFBundleVersion diff --git a/Cedar.podspec b/Cedar.podspec index da7a8352..719732c5 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.12.0' + s.version = '0.13.0' s.license = 'MIT' s.summary = 'BDD-style testing using Objective-C.' s.homepage = 'https://github.com/pivotal/cedar' diff --git a/Source/Headers/Public/CDRVersion.h b/Source/Headers/Public/CDRVersion.h index 0930d5f9..0f556fa4 100644 --- a/Source/Headers/Public/CDRVersion.h +++ b/Source/Headers/Public/CDRVersion.h @@ -1,3 +1,3 @@ #import -static NSString *CDRVersion = @"0.12.0"; +static NSString *CDRVersion = @"0.13.0";