diff --git a/VERSION b/VERSION index 4b9fcbec..cb0c939a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/compass.gemspec b/compass.gemspec index c8bb420c..85e11857 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.5.1" + s.version = "0.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] - s.date = %q{2009-02-25} + s.date = %q{2009-03-11} s.default_executable = %q{compass} s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.} s.email = %q{chris@eppsteins.net}