Skip to content

Commit b467f20

Browse files
author
Daisuke Baba
committed
Bump version
1 parent b2be36c commit b467f20

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.1
135+
- Fix an issue where `Select from scan result` failed to list characteristics
136+
134137
* 2.0.0
135138
- Add `Poll Notify Events` message support so that Generic BLE out node can start to subscribe the given characteristic events
136139
- Support characteristic query by one or more uuids

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.0",
3+
"version": "2.0.1",
44
"description": "Node-RED nodes for generic BLE devices",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)