Skip to content

Commit

Permalink
release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Allsopp committed Aug 29, 2014
1 parent 5335ff8 commit decfaee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/bubble-wrap/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit decfaee

Please sign in to comment.