From 15a9dfc99215a1b55b42ac021f06b8817f82a049 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:02:04 +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 0a2c4d0065b..aea97c9fd51 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,7 +1,7 @@ { "name": "admin", "private": true, - "version": "2.2.3", + "version": "2.2.4", "type": "module", "scripts": { "dev": "vite", diff --git a/bin/package.json b/bin/package.json index f70132a1c24..acea680ffea 100644 --- a/bin/package.json +++ b/bin/package.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "2.2.3", + "version": "2.2.4", "description": "", "main": "checkAllPads.js", "directories": { diff --git a/package.json b/package.json index 00defc3ae17..d46816f0bb7 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "type": "git", "url": "https://github.com/ether/etherpad-lite.git" }, - "version": "2.2.3", + "version": "2.2.4", "license": "Apache-2.0" } diff --git a/src/package.json b/src/package.json index 2b1038d1a8a..3a6d232a010 100644 --- a/src/package.json +++ b/src/package.json @@ -138,6 +138,6 @@ "debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts", "test:vitest": "vitest" }, - "version": "2.2.3", + "version": "2.2.4", "license": "Apache-2.0" }