diff --git a/client/package-lock.json b/client/package-lock.json index 432e6fb1..be7e118a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "spoolman-ui", - "version": "0.18.1", + "version": "0.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spoolman-ui", - "version": "0.18.1", + "version": "0.19.0", "dependencies": { "@ant-design/icons": "^5.4.0", "@loadable/component": "^5.16.4", diff --git a/client/package.json b/client/package.json index 52fdb715..f963e6c0 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.18.1", + "version": "0.19.0", "engines": { "node": "20.x" }, @@ -70,4 +70,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 471fd57f..a7a2218e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.18.1" +version = "0.19.0" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },