Skip to content

Commit

Permalink
Update to admin UI v0.0.5 for list manager fixes. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Sep 28, 2021
1 parent ee86fe5 commit 50e3994
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 @@ -11,7 +11,7 @@ class OperationalMode(str, Enum):
class Configuration:

PACKAGE_NAME = '@thepalaceproject/circulation-admin'
PACKAGE_VERSION = '0.0.4'
PACKAGE_VERSION = '0.0.5'

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

0 comments on commit 50e3994

Please sign in to comment.