lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.2.3 vs lib/middleman-deploy/pkg-info.rb in middleman-deploy-0.2.4
- old
+ new
@@ -1,7 +1,7 @@
module Middleman
module Deploy
PACKAGE = "middleman-deploy"
- VERSION = "0.2.3"
+ VERSION = "0.2.4"
TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)."
end
end