Skip to content

Commit

Permalink
Bump admin UI to v1.18.0. (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Mar 29, 2024
1 parent d3e340c commit d750a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.17.0"
PACKAGE_VERSION = "1.18.0"

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

0 comments on commit d750a33

Please sign in to comment.