Skip to content

Commit dd80987

Browse files
author
Daisuke Baba
committed
Merge branch 'release/2.0.2' into develop
2 parents 0f76b39 + a0e05cc commit dd80987

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise l
131131

132132
# Revision History
133133

134+
* 2.0.2
135+
- Fix an issue where Write operation cannot be performed properly (#4)
136+
134137
* 2.0.1
135138
- Fix an issue where `Select from scan result` failed to list characteristics
136139

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-generic-ble",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Node-RED nodes for generic BLE devices",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)