From ca961309bcdce1df64bc234b958fb61ee7d306c9 Mon Sep 17 00:00:00 2001 From: Ben Cates Date: Thu, 30 Aug 2012 00:56:26 -0300 Subject: [PATCH] Update lib/middleman-deploy/pkg-info.rb Bumped the version number --- 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 7d8a9c5..06d9333 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.3" + VERSION = "0.0.4" end end