diff --git a/Cedar-Info.plist b/Cedar-Info.plist
index e9c26fbf..e1c10153 100644
--- a/Cedar-Info.plist
+++ b/Cedar-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.13.1
+ 1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Cedar.podspec b/Cedar.podspec
index b4cea0f0..60fa3a0a 100644
--- a/Cedar.podspec
+++ b/Cedar.podspec
@@ -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'
diff --git a/Source/Headers/Public/CDRVersion.h b/Source/Headers/Public/CDRVersion.h
index 8794dc10..85af752c 100644
--- a/Source/Headers/Public/CDRVersion.h
+++ b/Source/Headers/Public/CDRVersion.h
@@ -1,3 +1,3 @@
#import
-static NSString *CDRVersion = @"0.13.1";
+static NSString *CDRVersion = @"1.0";