diff --git a/admin/package.json b/admin/package.json index 2e49a4bb6..4304a7b96 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.2.5", + "version": "2.2.6", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index 684d385a2..6f0f7be1e 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.2.5", + "version": "2.2.6", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index d4e94f017..34b72cb3b 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "2.2.5", + "version": "2.2.6", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index acfa86b8d..5316afd87 100644 --- a/src/package.json +++ b/src/package.json @@ -141,6 +141,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "2.2.5", + "version": "2.2.6", "license": "Apache-2.0" }