From 46286a27299d1dca4dd03b5d9dcce35a29fcda7c Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Fri, 15 Mar 2013 22:57:41 -0300 Subject: [PATCH] bump --- README.md | 2 +- lib/middleman-deploy/pkg-info.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6414e40..56aa3cf 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/middleman-deploy/pkg-info.rb b/lib/middleman-deploy/pkg-info.rb index e791f0a..ed8e950 100644 --- a/lib/middleman-deploy/pkg-info.rb +++ b/lib/middleman-deploy/pkg-info.rb @@ -1,6 +1,6 @@ module Middleman module Deploy PACKAGE = "middleman-deploy" - VERSION = "0.0.10" + VERSION = "0.0.11" end end