lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.0.12 vs lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.1.0

- old
+ new

@@ -1,6 +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