master v0.2.0
Tom Vaughan 2014-02-23 11:36:02 -03:00
parent 865b98f1c0
commit e89b403ad8
1 changed files with 1 additions and 1 deletions

View File

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