diff --git a/package-lock.json b/package-lock.json index 16602df..582f67d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-ble", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-ble", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "dependencies": { "dbus-next": "^0.10.2" diff --git a/package.json b/package.json index 284cf7a..78ae0a0 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.11.0", + "version": "1.12.0", "repository": "https://github.com/chrvadala/node-ble.git", "author": "chrvadala", "license": "MIT",