Skip to content

Commit

Permalink
Merge pull request #60 from NatLibFi/update-admin-0.6.0
Browse files Browse the repository at this point in the history
Update @natlibfi/ekirjasto-circulation-admin to 0.6.0
  • Loading branch information
ttuovinen authored Apr 22, 2024
2 parents d9feb2f + b52f58f commit d14286b
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 @@ -19,7 +19,7 @@ class OperationalMode(str, Enum):
class Configuration(LoggerMixin):
APP_NAME = "E-kirjasto Collection Manager"
PACKAGE_NAME = "@natlibfi/ekirjasto-circulation-admin"
PACKAGE_VERSION = "0.5.0"
PACKAGE_VERSION = "0.6.0"

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

0 comments on commit d14286b

Please sign in to comment.