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

- old
+ new

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