Skip to content

Commit 2f61dbb

Browse files
bump
1 parent d3efc6c commit 2f61dbb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ bluetooth.stopNotifying({
279279
```
280280

281281
## Changelog
282+
* 1.1.3 TypeScript definition fix in package.json
283+
* 1.1.2 Better Android M compatibility
284+
* 1.1.1 Better Android permission handling
282285
* 1.1.0 To be compatible with any Bluetooth device out there, the value returned from `read` and `notify` is now an `ArrayBuffer`.
283286
* 1.0.0 Initial release
284287

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"typings": "bluetooth.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"android": "1.6.0",
10-
"ios": "1.6.0"
9+
"android": "2.3.0",
10+
"ios": "2.3.0"
1111
}
1212
},
1313
"repository": {

0 commit comments

Comments
 (0)