Bump version to 0.22.0

This commit is contained in:
Donkie
2025-03-16 21:34:21 +01:00
parent 70ea7ad414
commit a5df70a803
3 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

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

View File

@@ -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" },