Skip to content

Commit

Permalink
🔖 Bump ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 20, 2023
1 parent 2d76aca commit cd88db9
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 = "2023.9.2"
CONDA_STORE_UI_VERSION = "2023.9.3"
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 cd88db9

Please sign in to comment.