bump
This commit is contained in:
parent
bc38de72dd
commit
46286a2729
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module Middleman
|
||||
module Deploy
|
||||
PACKAGE = "middleman-deploy"
|
||||
VERSION = "0.0.10"
|
||||
VERSION = "0.0.11"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue