From 1f79cf83067034e2e594520bef033479a2476a18 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sun, 2 Nov 2025 14:35:20 +0100 Subject: [PATCH] Set version to 0.0.1 for server and client packages Downgraded the version numbers in both package.json files to 0.0.1. This ensures proper semantic versioning to reflect an initial development phase. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97ba0a9..09fb6b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xtr-dev/rondevu-server", - "version": "1.0.0", + "version": "0.0.1", "description": "Open signaling and tracking server for peer discovery in distributed P2P applications", "main": "dist/index.js", "scripts": {