Bump version to 0.18.0

This commit is contained in:
Donkie
2024-05-20 22:55:22 +02:00
parent ca545b72b9
commit 4eee6712c1
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "spoolman-ui",
"version": "0.17.0",
"version": "0.18.0",
"engines": {
"node": "20.x"
},
@@ -65,4 +65,4 @@
"last 1 safari version"
]
}
}
}

View File

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