diff --git a/client/package-lock.json b/client/package-lock.json index 99cb98f..7b634d3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "spoolman-ui", - "version": "0.21.0", + "version": "0.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spoolman-ui", - "version": "0.21.0", + "version": "0.22.0", "dependencies": { "@ant-design/icons": "^5.6.1", "@loadable/component": "^5.16.4", diff --git a/client/package.json b/client/package.json index 1b53996..3839623 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.21.0", + "version": "0.22.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 135814a..ed740ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.21.0" +version = "0.22.0" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },