From 73258f3c5c983b2fa315ce0574b80115c22e21cc Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Sat, 5 Jan 2013 13:43:18 -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 e2b909d..5313cca 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.8" + VERSION = "0.0.9" end end