From 650afb093684da3b687d111f0ac2b1ca25429fbf Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Sun, 4 Mar 2012 15:16:43 -0500 Subject: [PATCH] Bump to 1.1.1 for a 1.8.7-compatible release. --- Gemfile.lock | 2 +- lib/bourne/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10daa6e..eef9e2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bourne (1.1.0) + bourne (1.1.1) mocha (= 0.10.4) GEM diff --git a/lib/bourne/version.rb b/lib/bourne/version.rb index 04a7780..9af183e 100644 --- a/lib/bourne/version.rb +++ b/lib/bourne/version.rb @@ -1,3 +1,3 @@ module Bourne - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze end