Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idoru committed Mar 23, 2016
1 parent 1273d9b commit ebda5a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cedar-Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.12.0</string>
<string>0.13.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 1 addition & 1 deletion Source/Headers/Public/CDRVersion.h
@@ -1,3 +1,3 @@
#import <Foundation/Foundation.h>

static NSString *CDRVersion = @"0.12.0";
static NSString *CDRVersion = @"0.13.0";

0 comments on commit ebda5a4

Please sign in to comment.