Skip to content

Commit bad5ac8

Browse files
committed
bump version
1 parent 5e48160 commit bad5ac8

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.2.1",
4+
"version": "2.2.2",
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.2.1",
3+
"version": "2.2.2",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"type": "git",
5050
"url": "https://github.com/ether/etherpad-lite.git"
5151
},
52-
"version": "2.2.1",
52+
"version": "2.2.2",
5353
"license": "Apache-2.0"
5454
}

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@
134134
"test-admin:ui": "cross-env NODE_ENV=production 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.2.1",
137+
"version": "2.2.2",
138138
"license": "Apache-2.0"
139139
}

0 commit comments

Comments
 (0)