Skip to content

Commit 7031c1c

Browse files
author
Brian Croom and Sam Coward
committed
Bump version to 0.13.1
1 parent 1bbc910 commit 7031c1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cedar-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.13.0</string>
18+
<string>0.13.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Cedar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'Cedar'
3-
s.version = '0.13.0'
3+
s.version = '0.13.1'
44
s.license = 'MIT'
55
s.summary = 'BDD-style testing using Objective-C.'
66
s.homepage = 'https://github.com/pivotal/cedar'
77
s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' }
88
s.license = { :type => 'MIT', :file => 'MIT.LICENSE.txt' }
9-
s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.12.0' }
9+
s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => "v#{s.version}" }
1010

1111
s.osx.deployment_target = '10.7'
1212
s.ios.deployment_target = '6.0'

Source/Headers/Public/CDRVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#import <Foundation/Foundation.h>
22

3-
static NSString *CDRVersion = @"0.13.0";
3+
static NSString *CDRVersion = @"0.13.1";

0 commit comments

Comments
 (0)