From 32d7897b6692f89c400e08a94427d6382afac324 Mon Sep 17 00:00:00 2001 From: Karl Freeman Date: Sun, 16 Aug 2015 19:09:26 +0100 Subject: [PATCH] 2.0.0-alpha closes #93 --- lib/middleman-deploy/pkg-info.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/middleman-deploy/pkg-info.rb b/lib/middleman-deploy/pkg-info.rb index 528565f..bde3750 100644 --- a/lib/middleman-deploy/pkg-info.rb +++ b/lib/middleman-deploy/pkg-info.rb @@ -1,9 +1,9 @@ module Middleman module Deploy PACKAGE = 'middleman-deploy' - VERSION = '1.0.0' + VERSION = '2.0.0-alpha' TAGLINE = 'Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).' - README = %Q{ + README = %{ You should follow one of the four examples below to setup the deploy extension in config.rb.