From 8226bba8b327ee3dc7f1093cd657655a54e1bd72 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Sun, 23 Feb 2014 13:52: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 1e04581..707a3a4 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.2.0" + VERSION = "0.2.1" TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)." end end