diff --git a/frontend/package.json b/frontend/package.json index 0132834..3145970 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "muffin-admin", - "version": "3.18.2", + "version": "3.18.3", "description": "NPM package for https://github.com/klen/muffin-admin", "files": [ "src", diff --git a/pyproject.toml b/pyproject.toml index 5b4bb79..fa10945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muffin-admin" -version = "3.18.2" +version = "3.18.3" description = "Admin interface for Muffin Framework" readme = "README.rst" license = "MIT"