diff --git a/lib/middleman-deploy/pkg-info.rb b/lib/middleman-deploy/pkg-info.rb index 7739c3e..1e04581 100644 --- a/lib/middleman-deploy/pkg-info.rb +++ b/lib/middleman-deploy/pkg-info.rb @@ -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