bump version

This commit is contained in:
John McLear 2021-02-27 16:46:22 +00:00
parent c394577695
commit 37769cc9ff
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.10",
"version": "1.8.11",
"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.10",
"version": "1.8.11",
"license": "Apache-2.0"
}