From 2d7bc7ae01158c12d605b0d84d40387069afb35a Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 25 Feb 2009 09:44:40 -0800 Subject: [PATCH] Bump version for bug fix. --- VERSION | 2 +- compass.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8f0916f7..4b9fcbec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/compass.gemspec b/compass.gemspec index 7ccb6dda..c8bb420c 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.5.0" + s.version = "0.5.1" 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-21} + s.date = %q{2009-02-25} s.default_executable = %q{compass} s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.} s.email = %q{chris@eppsteins.net}