master v0.0.11
Tom Vaughan 2013-03-15 22:57:41 -03:00
parent bc38de72dd
commit 46286a2729
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Middleman Deploy - Deploy a [middleman](http://middlemanapp.com/) built site ove
Edit `Gemfile`, and add:
gem "middleman-deploy", "~> 0.0.10"
gem "middleman-deploy", "~> 0.0.11"
Then run:

View File

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