Skip to content

Commit 43d57e3

Browse files
committed
bump version
1 parent c7935b5 commit 43d57e3

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"type": "git",
4444
"url": "https://github.com/ether/etherpad-lite.git"
4545
},
46-
"version": "2.0.1",
46+
"version": "2.0.2",
4747
"license": "Apache-2.0"
4848
}

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@
132132
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
133133
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
134134
},
135-
"version": "2.0.1",
135+
"version": "2.0.2",
136136
"license": "Apache-2.0"
137137
}

0 commit comments

Comments
 (0)