diff --git a/admin/package.json b/admin/package.json index ed363052b..d6d3e25c5 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.5.2", + "version": "2.5.3", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index 86afc252f..513c87a10 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.5.2", + "version": "2.5.3", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 721f164fc..9cfe492a3 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "url": "https://github.com/ether/etherpad-lite.git" }, "engineStrict": true, - "version": "2.5.2", + "version": "2.5.3", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index e562edce2..90f248da0 100644 --- a/src/package.json +++ b/src/package.json @@ -147,6 +147,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "2.5.2", + "version": "2.5.3", "license": "Apache-2.0" }