diff --git a/admin/package.json b/admin/package.json index 61d73eeb7..7549654b3 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.1.1", + "version": "2.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index cd411393e..c6585bb80 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.1.1", + "version": "2.2.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index ac8481c12..5f946f0ab 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "2.1.1", + "version": "2.2.0", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index 4f2700635..92833cbc9 100644 --- a/src/package.json +++ b/src/package.json @@ -134,6 +134,6 @@ "test-admin:ui": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/admin-spec --ui --workers 1", "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts" }, - "version": "2.1.1", + "version": "2.2.0", "license": "Apache-2.0" }