Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idoru committed Apr 25, 2016
1 parent a323321 commit 6ee7b6c
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
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.1</string>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Cedar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cedar'
s.version = '0.13.1'
s.version = '1.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#import <Foundation/Foundation.h>

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

0 comments on commit 6ee7b6c

Please sign in to comment.