Update lib/middleman-deploy/pkg-info.rb

Bumped the version number
This commit is contained in:
Ben Cates 2012-08-30 00:56:26 -03:00
parent 4de34e8948
commit ca961309bc

View file

@ -1,6 +1,6 @@
module Middleman
module Deploy
PACKAGE = "middleman-deploy"
VERSION = "0.0.3"
VERSION = "0.0.4"
end
end