Skip to content

Commit

Permalink
Use admin UI v0.0.4. (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Nov 17, 2023
1 parent 2107417 commit 5c58c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class OperationalMode(str, Enum):
class Configuration:

PACKAGE_NAME = "@thepalaceproject/library-registry-admin"
PACKAGE_VERSION = "0.0.3"
PACKAGE_VERSION = "0.0.4"

STATIC_ASSETS = {
"admin_js": "library-registry-admin.js",
Expand Down

0 comments on commit 5c58c8a

Please sign in to comment.