From e76f5863ec294b05f6349373b217cd67ad5ab5a5 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 8 Dec 2008 13:59:27 -0800 Subject: [PATCH] Update version to 0.3.3 --- VERSION | 2 +- compass.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d15723fb..1c09c74e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 +0.3.3 diff --git a/compass.gemspec b/compass.gemspec index 7dfa34f8..4e67a30c 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.3.2" + s.version = "0.3.3" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"]