From d37ea75bcdd941a93077fec271986697db80d092 Mon Sep 17 00:00:00 2001 From: Etherpad Release Bot Date: Sun, 28 Dec 2025 17:23:45 +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 5a8a81247..b317bd219 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.5.3", + "version": "2.6.0", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index 8db4eea20..3fd8e9f4d 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.5.3", + "version": "2.6.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 9cfe492a3..cdd537738 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "url": "https://github.com/ether/etherpad-lite.git" }, "engineStrict": true, - "version": "2.5.3", + "version": "2.6.0", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index ac96a4acc..9a4da1729 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.3", + "version": "2.6.0", "license": "Apache-2.0" }