From e89b403ad8c18076b1d6b2893a1cb085cb240a2c Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Sun, 23 Feb 2014 11:36:02 -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 7739c3e..1e04581 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.4" + VERSION = "0.2.0" TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)." end end