diff --git a/admin/package.json b/admin/package.json index 6f77fca41..d556ebbe5 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.6.1", + "version": "2.7.0", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index b4a3074ca..53f1f6738 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.6.1", + "version": "2.7.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 42c67a5be..e37dc77cb 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "url": "https://github.com/ether/etherpad.git" }, "engineStrict": true, - "version": "2.6.1", + "version": "2.7.0", "license": "Apache-2.0", "pnpm": { "onlyBuiltDependencies": [ diff --git a/src/package.json b/src/package.json index e40201c87..4f3d70ec3 100644 --- a/src/package.json +++ b/src/package.json @@ -157,6 +157,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "2.6.1", + "version": "2.7.0", "license": "Apache-2.0" }