From 94560a76cceb19ac6ecc81bb7c0bd694aa2020fd Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 12 Mar 2023 17:46:45 +0200 Subject: [PATCH] 1.0.1 --- package-lock.json | 6 ++++-- package.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50d8258..71ece89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,15 @@ { "name": "@hostlikepro/uptime-status", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, + "repository":"https://github.com/hostlikepro/RoboUptime", "requires": true, "packages": { "": { "name": "@hostlikepro/uptime-status", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", + "repository":"https://github.com/hostlikepro/RoboUptime", "dependencies": { "axios": "^0.27.2", "dayjs": "^1.11.3", diff --git a/package.json b/package.json index 62a8f27..bc6761b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@hostlikepro/uptime-status", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", + "repository":"https://github.com/hostlikepro/RoboUptime", "scripts": { "start": "react-scripts start", "build": "react-scripts build"