Skip to content

Commit

Permalink
Merge branch 'release/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel Kalthoff committed Nov 9, 2016
2 parents 0010173 + 8d5bff8 commit c599d3f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
201608170000
201611070000
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
201606030000
201611070000
2 changes: 1 addition & 1 deletion Bean-iOS-OSX-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "Bean-iOS-OSX-SDK"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "Punch Through Design's SDK for speeding up development with the LightBlue Bean development platform"
s.homepage = "https://github.com/PunchThrough/Bean-iOS-OSX-SDK"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
__/ | SDK for iOS and OS X
|___/

---------------------------------
3.0.2
Released on 2016-11-09
---------------------------------
App Message Definitions: master/22a7dea (2016-03-28)
Bean Test Firmware: 201611070000 (2016-11-07)
Bean+ Test Firmware: 201611070000 (2016-11-07)
---------------------------------

FEATURES:
* Updated firmware for Bean & Bean+

IMPROVEMENTS:
* Removed call to release serial gate, handled in firmware

---------------------------------
3.0.1
Released on 2016-10-03
Expand Down
1 change: 0 additions & 1 deletion source/PTDBean.m
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ -(void)profileDiscovered:(BleProfile*)profile
__weak typeof(self) weakSelf = self;
[gatt_serial_profile validateWithCompletion: ^(NSError* error) {
if ( !error && [gatt_serial_profile isValid:nil] ) {
[weakSelf releaseSerialGate];
[weakSelf __profileHasBeenValidated:profile];
}
}];
Expand Down

0 comments on commit c599d3f

Please sign in to comment.