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:
|
Edit `Gemfile`, and add:
|
||||||
|
|
||||||
gem "middleman-deploy", "~> 0.0.10"
|
gem "middleman-deploy", "~> 0.0.11"
|
||||||
|
|
||||||
Then run:
|
Then run:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
module Deploy
|
module Deploy
|
||||||
PACKAGE = "middleman-deploy"
|
PACKAGE = "middleman-deploy"
|
||||||
VERSION = "0.0.10"
|
VERSION = "0.0.11"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue