From de9c1f0a60a7d54880223d856edb821401a2e273 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:59:38 +0200 Subject: [PATCH] bump version --- admin/package.json | 2 +- bin/package.json | 2 +- package.json | 2 +- src/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/package.json b/admin/package.json index e0e01586f..dc22daff0 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.0.3", + "version": "2.1.0", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index 6357b829a..25394c7b8 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.0.3", + "version": "2.1.0", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index d5e183d56..64164995b 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "2.0.3", + "version": "2.1.0", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index 4d915758c..a05cde0e7 100644 --- a/src/package.json +++ b/src/package.json @@ -132,6 +132,6 @@ "test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1", "test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1" }, - "version": "2.0.3", + "version": "2.1.0", "license": "Apache-2.0" }