bump version

This commit is contained in:
SamTV12345 2024-08-08 21:31:37 +02:00
parent dc7a5c649a
commit 59531d47e7
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "admin", "name": "admin",
"private": true, "private": true,
"version": "2.1.1", "version": "2.2.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -1,6 +1,6 @@
{ {
"name": "bin", "name": "bin",
"version": "2.1.1", "version": "2.2.0",
"description": "", "description": "",
"main": "checkAllPads.js", "main": "checkAllPads.js",
"directories": { "directories": {

View file

@ -49,6 +49,6 @@
"type": "git", "type": "git",
"url": "https://github.com/ether/etherpad-lite.git" "url": "https://github.com/ether/etherpad-lite.git"
}, },
"version": "2.1.1", "version": "2.2.0",
"license": "Apache-2.0" "license": "Apache-2.0"
} }

View file

@ -134,6 +134,6 @@
"test-admin:ui": "cross-env NODE_ENV=production npx playwright test tests/frontend-new/admin-spec --ui --workers 1", "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" "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" "license": "Apache-2.0"
} }