bump version

This commit is contained in:
SamTV12345 2024-10-28 22:05:58 +01:00
parent 0debef78e8
commit 5b8be1cac4
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -50,6 +50,6 @@
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"version": "2.2.5",
"version": "2.2.6",
"license": "Apache-2.0"
}

View file

@ -141,6 +141,6 @@
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts",
"test:vitest": "vitest"
},
"version": "2.2.5",
"version": "2.2.6",
"license": "Apache-2.0"
}