Skip to content

Commit

Permalink
Bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kitchen committed Nov 12, 2014
1 parent d70faee commit 002b64c
Show file tree
Hide file tree
Showing 2 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 @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.10.0</string>
<string>0.11.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.10.0'
s.version = '0.11.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.10.0' }
s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.0' }

s.osx.deployment_target = '10.7'
s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit 002b64c

Please sign in to comment.