diff --git a/client/package-lock.json b/client/package-lock.json index 325b9fc3f..6f599ba46 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "spoolman-ui", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spoolman-ui", - "version": "0.18.0", + "version": "0.18.1", "dependencies": { "@ant-design/icons": "^5.3.7", "@loadable/component": "^5.16.4", diff --git a/client/package.json b/client/package.json index f8aaa1d81..6fda8ecf2 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.18.0", + "version": "0.18.1", "engines": { "node": "20.x" }, diff --git a/pyproject.toml b/pyproject.toml index 6acacecbf..0e2972668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.18.0" +version = "0.18.1" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },