diff --git a/admin/package.json b/admin/package.json index 7549654b3..e0e6d44f8 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.2.0", + "version": "2.2.1", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index c6585bb80..767e4065a 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.2.0", + "version": "2.2.1", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 5f946f0ab..7db48f4e9 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index 92833cbc9..e98c92d7a 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.2.0", + "version": "2.2.1", "license": "Apache-2.0" }