Bump version to 0.16.1

This commit is contained in:
Donkie
2024-02-04 10:02:52 +00:00
parent c6c75e6271
commit babb95d086
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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