From 7c6210bb418c2146926bf0587bd2df2b57f7368d Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 16 May 2024 19:26:06 +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 843a44d35..b9a5b1f5c 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "onyxia-web", "homepage": "https://onyxia.sh", "type": "module", - "version": "4.25.0", + "version": "4.26.0", "license": "MIT", "scripts": { "prepare": "yarn install-git-hooks && vite-envs update-types && copy-material-icons-to-public",