diff --git a/VERSION b/VERSION index 6e8bf73a..17e51c38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/compass.gemspec b/compass.gemspec index 0294cdce..06591ab5 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] - s.date = %q{2008-12-04} + s.date = %q{2008-12-05} s.default_executable = %q{compass} s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.} s.email = %q{chris@eppsteins.net}