bump version

This commit is contained in:
SamTV12345 2024-09-21 13:07:21 +02:00
parent 60a4f63c52
commit 4034ee1e6e
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -50,6 +50,6 @@
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"version": "2.2.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"license": "Apache-2.0"
}