diff --git a/admin/package.json b/admin/package.json index 0a81c86c9..4c2f171cb 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "3.1.0", + "version": "3.2.0", "type": "module", "scripts": { "dev": "pnpm gen:api && vite", diff --git a/bin/package.json b/bin/package.json index 5bfaa1e04..f34121c77 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "3.1.0", + "version": "3.2.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index bfe6cc755..e14764641 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/ether/etherpad.git" }, "engineStrict": true, - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "pnpm": { "onlyBuiltDependencies": [ diff --git a/src/package.json b/src/package.json index 3d999f23c..91042398d 100644 --- a/src/package.json +++ b/src/package.json @@ -163,6 +163,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0" }