diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:21:07 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:21:07 +0100 |
commit | ecb77ba06f4e4029848a841f15ecf2185982b833 (patch) | |
tree | 50f65d3a172f74fc86724163b29b854e98a744b5 | |
parent | 8ef55ac7c8cc5fba87e589f6af3bc327caa73487 (diff) | |
download | hoverbit-ble-ecb77ba06f4e4029848a841f15ecf2185982b833.tar.gz hoverbit-ble-ecb77ba06f4e4029848a841f15ecf2185982b833.zip |
1.0.6
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 7c63817..48bd7ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hoverbit-ble-controller", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index db89e71..f0130dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoverbit-ble-controller", - "version": "1.0.5", + "version": "1.0.6", "description": "", "license": "MIT", "scripts": { |