bump version

This commit is contained in:
SamTV12345 2024-06-02 12:59:38 +02:00
parent c16ce64ea0
commit de9c1f0a60
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -46,6 +46,6 @@
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"version": "2.0.3",
"version": "2.1.0",
"license": "Apache-2.0"
}

View file

@ -132,6 +132,6 @@
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
},
"version": "2.0.3",
"version": "2.1.0",
"license": "Apache-2.0"
}