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

7 lines
99 B
Ruby
Raw Normal View History

2012-08-20 19:52:29 +02:00
module Middleman
module Deploy
PACKAGE = "middleman-deploy"
2013-05-06 02:14:12 +02:00
VERSION = "0.0.12"
2012-08-20 19:52:29 +02:00
end
end