fix: reset version to v3.2.2

Corrects package.json and package-lock.json before attempting v3.3.0 release.
This commit is contained in:
courtmanr@gmail.com
2025-04-30 22:47:56 +01:00
parent 39afe7dcc1
commit e19b83e6cf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pulse",
"version": "3.3.0",
"version": "3.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pulse",
"version": "3.3.0",
"version": "3.2.2",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pulse",
"version": "3.3.0",
"version": "3.2.2",
"description": "A lightweight monitoring application for Proxmox VE.",
"main": "server/index.js",
"scripts": {