From 9cf33ab850e3a8db407c3da6730b3d2e4cc5dfdf Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 29 Aug 2025 13:30:33 +0000 Subject: [PATCH] 3.0.7 --- 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 42a01f9..2a5cdc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartsystem", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@push.rocks/smartsystem", - "version": "3.0.6", + "version": "3.0.7", "license": "MIT", "dependencies": { "@push.rocks/lik": "^6.0.0", diff --git a/package.json b/package.json index f9a39e7..f72afc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartsystem", - "version": "3.0.6", + "version": "3.0.7", "description": "A TypeScript library for interacting with the system it is running on, including environment, network, and hardware information.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",