Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Oct 8, 2015
1 parent b7f967d commit 026e0de
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.11.3</string>
<string>0.12.0</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.11.3'
s.version = '0.12.0'
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.11.3' }
s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.12.0' }

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.11.3";
static NSString *CDRVersion = @"0.12.0";

4 comments on commit 026e0de

@JamieREvans
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This release needs to get pushed to the spec.

pod trunk push, please!

@akitchen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's coming; hang tight!

@akitchen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, this is now on Cocoapods!

@JamieREvans
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akitchen Thanks!

Please sign in to comment.