Skip to content

Commit 8a9bda7

Browse files
committed
bump version
1 parent f56baa4 commit 8a9bda7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

bin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"type": "git",
4848
"url": "https://github.com/ether/etherpad-lite.git"
4949
},
50-
"version": "2.1.0",
50+
"version": "2.1.1",
5151
"license": "Apache-2.0"
5252
}

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@
134134
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1",
135135
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts"
136136
},
137-
"version": "2.1.0",
137+
"version": "2.1.1",
138138
"license": "Apache-2.0"
139139
}

0 commit comments

Comments
 (0)