From 9af11ca534254385065ab68f051d91a8bff01799 Mon Sep 17 00:00:00 2001 From: Nikita Lvov Date: Mon, 3 Jun 2024 23:49:28 +0300 Subject: [PATCH] 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc26341..794f8bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "daichi", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "daichi", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "axios": "^1.7.2", "debug": "^4.3.5", diff --git a/package.json b/package.json index 825a78c..e0102a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daichi", - "version": "1.1.0", + "version": "1.1.1", "description": "Comfort cloud API wrapper to control HVAC", "main": "dist/index.js", "module": "dist/index.mjs",