From 01436341d4e6090a2339c739af427500cbeefcf2 Mon Sep 17 00:00:00 2001 From: Alexandre Dumont Date: Sun, 25 Oct 2020 11:19:41 +0100 Subject: [PATCH] 0.8.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0038f1c..a2ea8b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tplink-cloud-api", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa823cf..a70a1ce 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/adumont/tplink-cloud-api/issues" }, - "version": "0.8.0", + "version": "0.8.1", "main": "./distribution/tplink.js", "files": [ "/distribution/**/*"