lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.3.0 vs lib/middleman-deploy/pkg-info.rb in middleman-deploy-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ module Middleman module Deploy PACKAGE = 'middleman-deploy' - VERSION = '0.3.0' + VERSION = '1.0.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 extension in config.rb. @@ -59,6 +59,6 @@ deploy.user = "tvaughan" # password is optional (no default) deploy.password = "secret" end} end -end \ No newline at end of file +end