Skip to content

Commit c8b68fa

Browse files
author
Etherpad Release Bot
committed
bump version
1 parent 2905af0 commit c8b68fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"private": true,
4-
"version": "2.5.2",
4+
"version": "2.5.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"url": "https://github.com/ether/etherpad-lite.git"
5050
},
5151
"engineStrict": true,
52-
"version": "2.5.2",
52+
"version": "2.5.3",
5353
"license": "Apache-2.0"
5454
}

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@
147147
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts",
148148
"test:vitest": "vitest"
149149
},
150-
"version": "2.5.2",
150+
"version": "2.5.3",
151151
"license": "Apache-2.0"
152152
}

0 commit comments

Comments
 (0)