Skip to content

Commit 64d6576

Browse files
cleanup
1 parent d283676 commit 64d6576

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,5 @@ bluetooth.stopNotifying({
278278
## Future work
279279
* Find a more convenient way (and document it) to read/write values.
280280
* Support other properties of a characteristic.
281-
* Report advertising data broadcasted by peripherals.
282-
* Support interacting with ultiple characteristics of the same peripheral at the same time.
283-
281+
* Report advertising data peripherals broadcast.
282+
* Support interacting with multiple characteristics of the same peripheral at the same time.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-bluetooth",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description" : "Connect to and interact with Bluetooth LE peripherals",
55
"main" : "bluetooth.js",
66
"nativescript": {

0 commit comments

Comments
 (0)