bump versions for release

This commit is contained in:
Chris Eppstein 2010-12-05 21:35:18 -08:00
parent 45da3837b6
commit a048d62138
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
:major: 0 :major: 0
:minor: 11 :minor: 11
:state: alpha :state: alpha
:build: 1 :build: 2

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |gemspec|
gemspec.rubygems_version = "1.3.5" gemspec.rubygems_version = "1.3.5"
gemspec.summary = %q{A Real Stylesheet Framework} gemspec.summary = %q{A Real Stylesheet Framework}
gemspec.add_dependency 'sass', '~> 3.1' gemspec.add_dependency 'sass', '>= 3.1.0.alpha.50'
gemspec.add_dependency 'chunky_png', '~> 0.10.3' gemspec.add_dependency 'chunky_png', '~> 0.10.3'
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile) gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)