From 6120caba8567976aa00fafee7e78f6706bfcdc00 Mon Sep 17 00:00:00 2001 From: Etherpad Release Bot Date: Fri, 10 Oct 2025 10:36:43 +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 18347e33d..da579b704 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.5.0", + "version": "2.5.1", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index f73132262..f354148a9 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.5.0", + "version": "2.5.1", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 07172cbdd..5f070f488 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ }, "packageManager": "pnpm@10.18.0", "engineStrict": true, - "version": "2.5.0", + "version": "2.5.1", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index 95768bdfa..142eb0827 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.0", + "version": "2.5.1", "license": "Apache-2.0" }