bump version

This commit is contained in:
SamTV12345 2024-02-05 20:17:00 +01:00
parent 2727065ab7
commit cc957ffa48
2 changed files with 2 additions and 2 deletions

2
src/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "ep_etherpad-lite",
"version": "1.9.6",
"version": "1.9.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -106,6 +106,6 @@
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "mocha --timeout 5000 tests/container/specs/api"
},
"version": "1.9.6",
"version": "1.9.7",
"license": "Apache-2.0"
}