diff --git a/package.json b/package.json index 80a9f92..2073e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xtr-dev/rondevu-client", - "version": "0.3.3", + "version": "0.3.4", "description": "TypeScript client for Rondevu peer signaling and discovery server", "type": "module", "main": "dist/index.js", diff --git a/src/rondevu.ts b/src/rondevu.ts index 89c453f..80eb9c7 100644 --- a/src/rondevu.ts +++ b/src/rondevu.ts @@ -62,7 +62,7 @@ export class Rondevu { private async checkServerVersion(): Promise { try { const { version: serverVersion } = await this.api.health(); - const clientVersion = '0.3.3'; // Should match package.json + const clientVersion = '0.3.4'; // Should match package.json if (!this.isVersionCompatible(clientVersion, serverVersion)) { console.warn(