From 4a4ae59b0d20f7fe638b7de4d14a4c56fad6b006 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 21 Sep 2011 16:22:38 -0400 Subject: [PATCH] 0.0.2 --- Gemfile.lock | 2 +- lib/vulcan/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ee2461..82cb277 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - vulcan (0.0.1) + vulcan (0.0.2) multipart-post (~> 1.1.3) rest-client (~> 1.6.7) thor (~> 0.14.6) diff --git a/lib/vulcan/version.rb b/lib/vulcan/version.rb index 2796c17..39d9c1b 100644 --- a/lib/vulcan/version.rb +++ b/lib/vulcan/version.rb @@ -1,5 +1,5 @@ module Vulcan - VERSION = "0.0.1" + VERSION = "0.0.2" end