bump version

This commit is contained in:
John McLear 2021-02-18 14:37:02 +00:00
parent 19bf97bd2d
commit 9f317f0798
No known key found for this signature in database
GPG Key ID: 599378BB471BCE1C
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.8.8",
"version": "1.8.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -237,6 +237,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.8.8",
"version": "1.8.9",
"license": "Apache-2.0"
}