From 6ee7b6c95263881e31dcb9894d5c70b6a1bccf3c Mon Sep 17 00:00:00 2001 From: Sam Coward Date: Mon, 25 Apr 2016 13:28:53 -0400 Subject: [PATCH] Bump version to 1.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 e9c26fbf..e1c10153 100644 --- a/Cedar-Info.plist +++ b/Cedar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.13.1 + 1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Cedar.podspec b/Cedar.podspec index b4cea0f0..60fa3a0a 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.13.1' + s.version = '1.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 8794dc10..85af752c 100644 --- a/Source/Headers/Public/CDRVersion.h +++ b/Source/Headers/Public/CDRVersion.h @@ -1,3 +1,3 @@ #import -static NSString *CDRVersion = @"0.13.1"; +static NSString *CDRVersion = @"1.0";