master
Tom Vaughan 2013-07-16 22:08:33 -04:00
parent 4aa98a0035
commit c0a974d6a0
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).
Edit `Gemfile`, and add:
gem "middleman-deploy", "~> 0.0.12"
gem "middleman-deploy", ">= 0.1.0"
Then run:

View File

@ -1,7 +1,7 @@
module Middleman
module Deploy
PACKAGE = "middleman-deploy"
VERSION = "0.0.12"
VERSION = "0.1.0"
TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)."
end
end