Skip to content

Commit 449a9a7

Browse files
bump
1 parent 2f61dbb commit 449a9a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ bluetooth.stopNotifying({
279279
```
280280

281281
## Changelog
282-
* 1.1.3 TypeScript definition fix in package.json
282+
* 1.1.4 TypeScript fix and TS definition fix in package.json
283+
* 1.1.3 TypeScript fix
283284
* 1.1.2 Better Android M compatibility
284285
* 1.1.1 Better Android permission handling
285286
* 1.1.0 To be compatible with any Bluetooth device out there, the value returned from `read` and `notify` is now an `ArrayBuffer`.

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": "1.1.3",
3+
"version": "1.1.4",
44
"description" : "Connect to and interact with Bluetooth LE peripherals",
55
"main" : "bluetooth.js",
66
"typings": "bluetooth.d.ts",

0 commit comments

Comments
 (0)