Skip to content

Commit 239f91c

Browse files
committed
1.6.0.rc1
- 'bubble-wrap/http' is now deprecated and will be removed in 2.0, see #308 + `BW::UIActivityViewController` wrapper added, see #335 + `BW::NetworkIndicator` added, see #349 + `BW::Location.get_compass` & `BW::Location.get_compass_once`see #348 + `NSString#to_color` ARGB support, see #350 + `Object#method` support for `BW::Reactor`, see #359 * Prevented a possible exception when stopping `BW::Location`, see #358 * Fixed a bug when requiring just 'bubble-wrap/ui'
1 parent 6ba95c8 commit 239f91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bubble-wrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module BubbleWrap
2-
VERSION = '1.6.0' unless defined?(BubbleWrap::VERSION)
2+
VERSION = '1.6.0.rc1' unless defined?(BubbleWrap::VERSION)
33
MIN_MOTION_VERSION = '2.17'
44
end

0 commit comments

Comments
 (0)