From 8a9bda71ab07f19e8e78f4c665452b00a1616fe0 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:53:01 +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 7bcd063c1..89d3240c6 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.1.0", + "version": "2.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index 8d49ed118..37c261cf7 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.1.0", + "version": "2.1.1", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index fd275c913..0953cb2d7 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index cffdad2fa..ff41da7fa 100644 --- a/src/package.json +++ b/src/package.json @@ -134,6 +134,6 @@ "test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1", "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts" }, - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0" }