Bump version to 0.19.0

This commit is contained in:
Donkie
2024-08-07 15:44:24 +02:00
parent 902e98b059
commit c93ca5d916
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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