Skip to content

Commit

Permalink
📝 Add note to update ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 18, 2023
1 parent 10655ab commit 217c74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 217c74e

Please sign in to comment.