From db602bcb70fcc8ee076077b0c89c6b46d8cc660d Mon Sep 17 00:00:00 2001 From: Etherpad Release Bot Date: Wed, 6 May 2026 21:41:46 +0000 Subject: [PATCH] bump version --- admin/package.json | 2 +- bin/package.json | 2 +- package.json | 2 +- src/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/package.json b/admin/package.json index 74cf3fd5b..8bfb022db 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.7.2", + "version": "2.7.3", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index 5dd922ae3..6f0a31212 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.7.2", + "version": "2.7.3", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index efd2baf2d..1d18ac543 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/ether/etherpad.git" }, "engineStrict": true, - "version": "2.7.2", + "version": "2.7.3", "license": "Apache-2.0", "pnpm": { "onlyBuiltDependencies": [ diff --git a/src/package.json b/src/package.json index a50c67f94..285765a01 100644 --- a/src/package.json +++ b/src/package.json @@ -157,6 +157,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "2.7.2", + "version": "2.7.3", "license": "Apache-2.0" }