From decfaee3a2062ab88b75140da39bc9b1dd5c3d71 Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Thu, 28 Aug 2014 19:41:35 -0700 Subject: [PATCH] release v1.7.1 --- Gemfile.lock | 6 +++--- lib/bubble-wrap/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4cc812f4..d64c3278 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - bubble-wrap (1.7.0) - bubble-wrap-http (= 1.7.0) + bubble-wrap (1.7.1) + bubble-wrap-http (= 1.7.1) GEM remote: https://rubygems.org/ specs: bacon (1.1.0) - bubble-wrap-http (1.7.0) + bubble-wrap-http (1.7.1) metaclass (0.0.1) mocha (0.11.4) metaclass (~> 0.0.1) diff --git a/lib/bubble-wrap/version.rb b/lib/bubble-wrap/version.rb index f34c842a..2eb5d927 100644 --- a/lib/bubble-wrap/version.rb +++ b/lib/bubble-wrap/version.rb @@ -1,4 +1,4 @@ module BubbleWrap - VERSION = '1.7.0' unless defined?(BubbleWrap::VERSION) + VERSION = '1.7.1' unless defined?(BubbleWrap::VERSION) MIN_MOTION_VERSION = '2.17' end