Bump version to 0.22.1

This commit is contained in:
Donkie
2025-03-18 21:41:35 +01:00
parent 9e2d10a816
commit 1888240044
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "spoolman-ui", "name": "spoolman-ui",
"version": "0.22.0", "version": "0.22.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spoolman-ui", "name": "spoolman-ui",
"version": "0.22.0", "version": "0.22.1",
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.6.1", "@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3", "@ant-design/v5-patch-for-react-19": "^1.0.3",

View File

@@ -1,6 +1,6 @@
{ {
"name": "spoolman-ui", "name": "spoolman-ui",
"version": "0.22.0", "version": "0.22.1",
"engines": { "engines": {
"node": "20.x" "node": "20.x"
}, },

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "spoolman" name = "spoolman"
version = "0.22.0" version = "0.22.1"
description = "A web service that keeps track of 3D printing spools." description = "A web service that keeps track of 3D printing spools."
authors = [ authors = [
{ name = "Donkie", email = "daniel.cf.hultgren@gmail.com" }, { name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },