From d845e9f42db3fefa6ec906ea5e000c46d0e62a46 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Sat, 21 Sep 2013 12:33:45 -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 8a8261e..4ecaa50 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.2" + VERSION = "0.1.3" TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)." end end