We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a323321 commit 6ee7b6cCopy full SHA for 6ee7b6c
Cedar-Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.13.1</string>
+ <string>1.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
Cedar.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Cedar'
3
- s.version = '0.13.1'
+ s.version = '1.0'
4
s.license = 'MIT'
5
s.summary = 'BDD-style testing using Objective-C.'
6
s.homepage = 'https://github.com/pivotal/cedar'
Source/Headers/Public/CDRVersion.h
@@ -1,3 +1,3 @@
#import <Foundation/Foundation.h>
-static NSString *CDRVersion = @"0.13.1";
+static NSString *CDRVersion = @"1.0";
0 commit comments