Skip to content

Commit

Permalink
Use admin UI v1.20.0. (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored May 30, 2024
1 parent ed812a1 commit 56ce2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palace/manager/api/admin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OperationalMode(str, Enum):
class Configuration(LoggerMixin):
APP_NAME = "Palace Collection Manager"
PACKAGE_NAME = "@thepalaceproject/circulation-admin"
PACKAGE_VERSION = "1.19.0"
PACKAGE_VERSION = "1.20.0"

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

0 comments on commit 56ce2dc

Please sign in to comment.