diff --git a/client/package-lock.json b/client/package-lock.json index faf8f1e7..533d343b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "spoolman-ui", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spoolman-ui", - "version": "0.20.0", + "version": "0.21.0", "dependencies": { "@ant-design/icons": "^5.5.1", "@loadable/component": "^5.16.4", diff --git a/client/package.json b/client/package.json index 119fc090..d03c34b7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.20.0", + "version": "0.21.0", "engines": { "node": "20.x" }, @@ -74,4 +74,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 341b3fd0..1ff6f308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.20.0" +version = "0.21.0" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },