Skip to content

Commit

Permalink
Use admin UI v1.25.0. (PP-1787) (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Oct 2, 2024
1 parent ca33b5d commit f0efecd
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 @@ -51,7 +51,7 @@ class OperationalMode(str, Enum):
class Configuration(LoggerMixin):
APP_NAME = "Palace Collection Manager"
PACKAGE_NAME = "@thepalaceproject/circulation-admin"
PACKAGE_VERSION = "1.24.0"
PACKAGE_VERSION = "1.25.0"

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

0 comments on commit f0efecd

Please sign in to comment.