Skip to content

Commit

Permalink
Update Admin UI to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed May 1, 2024
1 parent 27c020a commit 71a247c
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.18.0"
PACKAGE_VERSION = "1.19.0"

Check warning on line 19 in src/palace/manager/api/admin/config.py

View check run for this annotation

Codecov / codecov/patch

src/palace/manager/api/admin/config.py#L19

Added line #L19 was not covered by tests

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

0 comments on commit 71a247c

Please sign in to comment.