lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.1.4 vs lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.2.0

- old
+ new

@@ -1,7 +1,7 @@ module Middleman module 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)." end end