Skip to content

Commit

Permalink
Use admin UI v1.24.0 (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Sep 18, 2024
1 parent ea0a669 commit d6aff80
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 @@ -66,7 +66,7 @@ class OperationalMode(str, Enum):
class Configuration(LoggerMixin):
APP_NAME = "Palace Collection Manager"
PACKAGE_NAME = "@thepalaceproject/circulation-admin"
PACKAGE_VERSION = "1.23.0"
PACKAGE_VERSION = "1.24.0"

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

0 comments on commit d6aff80

Please sign in to comment.