Bump version to 0.15.0

This commit is contained in:
Donkie
2023-12-29 11:01:32 +00:00
parent 0dfaa0ede4
commit b57ca68250
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "spoolman-ui",
"version": "0.1.0",
"version": "0.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spoolman-ui",
"version": "0.1.0",
"version": "0.15.0",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@loadable/component": "^5.16.2",

View File

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

View File

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