diff --git a/frontend/package.json b/frontend/package.json index 15af0df..ecfdd17 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "muffin-admin", - "version": "6.0.0", + "version": "6.0.1", "description": "NPM package for https://github.com/klen/muffin-admin", "files": [ "src", diff --git a/pyproject.toml b/pyproject.toml index 8e459f7..b2c585b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muffin-admin" -version = "6.0.0" +version = "6.0.1" description = "Admin interface for Muffin Framework" readme = "README.rst" license = "MIT"