Bump version to 0.20.0

This commit is contained in:
Donkie
2024-09-08 22:42:34 +02:00
parent a826db12ea
commit 4f8d5abcec
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "spoolman-ui", "name": "spoolman-ui",
"version": "0.19.3", "version": "0.20.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spoolman-ui", "name": "spoolman-ui",
"version": "0.19.3", "version": "0.20.0",
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.4.0", "@ant-design/icons": "^5.4.0",
"@loadable/component": "^5.16.4", "@loadable/component": "^5.16.4",

View File

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

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "spoolman" name = "spoolman"
version = "0.19.3" version = "0.20.0"
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" },