Skip to content

Commit

Permalink
Bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Croom and Sam Coward committed Apr 1, 2016
1 parent 1bbc910 commit 7031c1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cedar-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.13.0</string>
<string>0.13.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Cedar.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Source/Headers/Public/CDRVersion.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#import <Foundation/Foundation.h>

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

0 comments on commit 7031c1c

Please sign in to comment.