diff --git a/README.md b/README.md index 3783b7a..365b30b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Deploy your [Middleman](http://middlemanapp.com/) build via **rsync**, **ftp**, ## Installation ```ruby -gem 'middleman-deploy', '~> 2.5' +gem 'middleman-deploy', '~> 3.0' ``` ## Usage diff --git a/lib/middleman-deploy/pkg-info.rb b/lib/middleman-deploy/pkg-info.rb index f78e2c7..fc3e857 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.5' + VERSION = '0.3.0' TAGLINE = 'Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).' README = %Q{ You should follow one of the four examples below to setup the deploy