Skip to content

Commit 8dd9fb3

Browse files
committed
bump version
1 parent 96001b7 commit 8dd9fb3

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"type": "git",
4242
"url": "https://github.com/ether/etherpad-lite.git"
4343
},
44-
"version": "2.0.0",
44+
"version": "2.0.1",
4545
"license": "Apache-2.0"
4646
}

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
126126
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
127127
},
128-
"version": "2.0.0",
128+
"version": "2.0.1",
129129
"license": "Apache-2.0"
130130
}

0 commit comments

Comments
 (0)