From 217c74e0559a1dd285635c2304732578c78f55a6 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Mon, 18 Sep 2023 18:58:54 +0100 Subject: [PATCH] :memo: Add note to update ui version --- conda-store-server/hatch_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-store-server/hatch_build.py b/conda-store-server/hatch_build.py index 9dc618931..ab0989632 100644 --- a/conda-store-server/hatch_build.py +++ b/conda-store-server/hatch_build.py @@ -8,7 +8,7 @@ from hatchling.builders.hooks.plugin.interface import BuildHookInterface -CONDA_STORE_UI_VERSION = "0.1.4" +CONDA_STORE_UI_VERSION = "0.1.5" CONDA_STORE_UI_URL = f"https://registry.npmjs.org/@conda-store/conda-store-ui/-/conda-store-ui-{CONDA_STORE_UI_VERSION}.tgz" CONDA_STORE_UI_FILES = [ "main.js",