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.
This commit is contained in:
2025-11-02 14:35:20 +01:00
parent 35e206a57e
commit 1f79cf8306

View File

@@ -1,6 +1,6 @@
{ {
"name": "@xtr-dev/rondevu-server", "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", "description": "Open signaling and tracking server for peer discovery in distributed P2P applications",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {