From 12cf61912bf2c48ceec69fcd33248c7754a1b370 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 17 Nov 2011 23:00:04 -0500 Subject: [PATCH] version bump --- compass-theme.gemspec | 2 +- lib/compass-theme/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compass-theme.gemspec b/compass-theme.gemspec index f2bb01a..98dbe4b 100644 --- a/compass-theme.gemspec +++ b/compass-theme.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'compass', '~> 0.11' - s.add_runtime_dependency 'compass-susy-plugin', "~> 0.7.0.pre8" + s.add_runtime_dependency 'compass-susy-plugin', "~> 0.7.0" s.add_runtime_dependency 'css-slideshow', "0.2.0" end diff --git a/lib/compass-theme/version.rb b/lib/compass-theme/version.rb index bae0e8a..18175f1 100644 --- a/lib/compass-theme/version.rb +++ b/lib/compass-theme/version.rb @@ -1,5 +1,5 @@ module Compass module Theme - VERSION = "0.0.1" + VERSION = "0.0.2" end end