From a5df70a803f76566a2302893a83542c83bbd9d8c Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 16 Mar 2025 21:34:21 +0100 Subject: [PATCH] Bump version to 0.22.0 --- client/package-lock.json | 4 ++-- client/package.json | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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" },