From 7031c1cd39a5f93ceecf5f253799a607cbd16c0e Mon Sep 17 00:00:00 2001 From: Brian Croom and Sam Coward Date: Fri, 1 Apr 2016 12:16:35 -0400 Subject: [PATCH] Bump version to 0.13.1 --- Cedar-Info.plist | 2 +- Cedar.podspec | 4 ++-- Source/Headers/Public/CDRVersion.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cedar-Info.plist b/Cedar-Info.plist index b2893624..e9c26fbf 100644 --- a/Cedar-Info.plist +++ b/Cedar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.13.0 + 0.13.1 CFBundleSignature ???? CFBundleVersion diff --git a/Cedar.podspec b/Cedar.podspec index 719732c5..b4cea0f0 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.13.0' + s.version = '0.13.1' 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.12.0' } + s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => "v#{s.version}" } s.osx.deployment_target = '10.7' s.ios.deployment_target = '6.0' diff --git a/Source/Headers/Public/CDRVersion.h b/Source/Headers/Public/CDRVersion.h index 0f556fa4..8794dc10 100644 --- a/Source/Headers/Public/CDRVersion.h +++ b/Source/Headers/Public/CDRVersion.h @@ -1,3 +1,3 @@ #import -static NSString *CDRVersion = @"0.13.0"; +static NSString *CDRVersion = @"0.13.1";