From 18882400442d5ea114d064a14c8708d3b8ab4352 Mon Sep 17 00:00:00 2001 From: Donkie Date: Tue, 18 Mar 2025 21:41:35 +0100 Subject: [PATCH] Bump version to 0.22.1 --- 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 59d3bc7..3d07adf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "spoolman-ui", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spoolman-ui", - "version": "0.22.0", + "version": "0.22.1", "dependencies": { "@ant-design/icons": "^5.6.1", "@ant-design/v5-patch-for-react-19": "^1.0.3", diff --git a/client/package.json b/client/package.json index 305b401..3e83122 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.22.0", + "version": "0.22.1", "engines": { "node": "20.x" }, @@ -75,4 +75,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ed740ec..1d99bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spoolman" -version = "0.22.0" +version = "0.22.1" description = "A web service that keeps track of 3D printing spools." authors = [ { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },