Skip to content

Commit

Permalink
version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Jul 11, 2014
1 parent 7e8d998 commit 817165f
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.6.0)
bubble-wrap-http (= 1.6.0)
bubble-wrap (1.7.0)
bubble-wrap-http (= 1.7.0)

GEM
remote: https://rubygems.org/
specs:
bacon (1.1.0)
bubble-wrap-http (1.6.0)
bubble-wrap-http (1.7.0)
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.6.0' unless defined?(BubbleWrap::VERSION)
VERSION = '1.7.0' unless defined?(BubbleWrap::VERSION)
MIN_MOTION_VERSION = '2.17'
end

0 comments on commit 817165f

Please sign in to comment.