lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.1.1 vs lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.1.2

- old
+ new

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