diff --git a/Cedar-Info.plist b/Cedar-Info.plist
index ea66de23..f098e625 100644
--- a/Cedar-Info.plist
+++ b/Cedar-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.11.3
+ 0.12.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Cedar.podspec b/Cedar.podspec
index c65fba91..85be3a94 100644
--- a/Cedar.podspec
+++ b/Cedar.podspec
@@ -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'
diff --git a/Source/Headers/Public/CDRVersion.h b/Source/Headers/Public/CDRVersion.h
index 8050c553..0930d5f9 100644
--- a/Source/Headers/Public/CDRVersion.h
+++ b/Source/Headers/Public/CDRVersion.h
@@ -1,3 +1,3 @@
#import
-static NSString *CDRVersion = @"0.11.3";
+static NSString *CDRVersion = @"0.12.0";