From a738143f3ec3daeeb7e2de26b5841100e5c4602d Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Thu, 8 Aug 2013 19:46:10 -0400 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 64933bd..8a8261e 100644 --- a/lib/middleman-deploy/pkg-info.rb +++ b/lib/middleman-deploy/pkg-info.rb @@ -1,7 +1,7 @@ module Middleman module Deploy PACKAGE = "middleman-deploy" - VERSION = "0.1.1" + VERSION = "0.1.2" TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)." end end