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 a7b7164a00
commit 6e496fbd50

View File

@@ -1,6 +1,6 @@
{
"name": "@xtr-dev/rondevu-client",
"version": "1.0.0",
"version": "0.0.1",
"description": "TypeScript client for Rondevu peer signaling and discovery server",
"main": "dist/index.js",
"types": "dist/index.d.ts",