From 0671af419bf54c8b0d1013a5a1ffef549bd3b487 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 29 Apr 2024 17:32:41 +0200 Subject: [PATCH] Bump web version --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 8b6bc5c3d..9b22c0aca 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "onyxia-web", "homepage": "https://onyxia.sh", "type": "module", - "version": "4.23.3", + "version": "4.23.4", "license": "MIT", "scripts": { "prepare": "yarn install-git-hooks && vite-envs update-types && copy-material-icons-to-public",