From a533375b9fe158cc424ccb0cb6d8cd2014cab835 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 6 Dec 2008 14:14:17 -0800 Subject: [PATCH] Updated gemspec. --- VERSION | 2 +- compass.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0d91a54c..9e11b32f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/compass.gemspec b/compass.gemspec index ef8c5aa6..35b54122 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.3.0" + s.version = "0.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"]