From 1877938c8acf13e8b7fa1b218e41c7c854122d3f Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Sat, 1 Dec 2012 20:52:53 -0300 Subject: [PATCH] bump --- lib/middleman-deploy/pkg-info.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleman-deploy/pkg-info.rb b/lib/middleman-deploy/pkg-info.rb index 2f7dedd..e2b909d 100644 --- a/lib/middleman-deploy/pkg-info.rb +++ b/lib/middleman-deploy/pkg-info.rb @@ -1,6 +1,6 @@ module Middleman module Deploy PACKAGE = "middleman-deploy" - VERSION = "0.0.7" + VERSION = "0.0.8" end end