diff --git a/package-lock.json b/package-lock.json index c18e8ca..84aefd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-ble", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-ble", - "version": "1.10.0", + "version": "1.11.0", "license": "MIT", "dependencies": { "dbus-next": "^0.10.2", diff --git a/package.json b/package.json index 42e88db..b13aa98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-ble", "description": "Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus", - "version": "1.10.0", + "version": "1.11.0", "repository": "https://github.com/chrvadala/node-ble.git", "author": "chrvadala", "license": "MIT",