From 59062ce11a13f500c0cc67d09620784e7069ff2f Mon Sep 17 00:00:00 2001 From: Etherpad Release Bot Date: Wed, 10 Jun 2026 10:03:40 +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 a83165ec0..e5edb3568 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "3.3.0", + "version": "3.3.1", "type": "module", "scripts": { "dev": "pnpm gen:api && vite", diff --git a/bin/package.json b/bin/package.json index 562f5e9fc..f7f8556b1 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "3.3.0", + "version": "3.3.1", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 6e4fb53ca..46e5a7cc0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/ether/etherpad.git" }, "engineStrict": true, - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "pnpm": { "onlyBuiltDependencies": [ diff --git a/src/package.json b/src/package.json index 77e78fcd5..99f44cc0e 100644 --- a/src/package.json +++ b/src/package.json @@ -164,6 +164,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0" }