Skip to content

Commit 0b392e1

Browse files
author
Etherpad Release Bot
committed
bump version
1 parent 6d641c5 commit 0b392e1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "3.1.0",
4+
"version": "3.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "pnpm gen:api && 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": "3.1.0",
3+
"version": "3.2.0",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"url": "https://github.com/ether/etherpad.git"
5252
},
5353
"engineStrict": true,
54-
"version": "3.1.0",
54+
"version": "3.2.0",
5555
"license": "Apache-2.0",
5656
"pnpm": {
5757
"onlyBuiltDependencies": [

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@
163163
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts",
164164
"test:vitest": "vitest"
165165
},
166-
"version": "3.1.0",
166+
"version": "3.2.0",
167167
"license": "Apache-2.0"
168168
}

0 commit comments

Comments
 (0)