diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:04:47 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-09 11:04:47 +0100 |
commit | df58b29a84fe482cbc2a1d6af385c7cead055bcc (patch) | |
tree | b68aa31539344abf61828857c6082135e85e9f44 | |
parent | d6c62bcbfc681c539cc39d554dac42a9725e1f20 (diff) | |
download | hoverbit-ble-df58b29a84fe482cbc2a1d6af385c7cead055bcc.tar.gz hoverbit-ble-df58b29a84fe482cbc2a1d6af385c7cead055bcc.zip |
1.0.4-0
-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 aac254c..caab519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hoverbit-ble-controller", - "version": "1.0.3-0", + "version": "1.0.4-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e96cdd..9cc7595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoverbit-ble-controller", - "version": "1.0.3-0", + "version": "1.0.4-0", "description": "", "license": "MIT", "scripts": { |