From 4eee6712c1eade5740480dbe92e05599d59ec1b7 Mon Sep 17 00:00:00 2001 From: Donkie Date: Mon, 20 May 2024 22:55:22 +0200 Subject: [PATCH] Bump version to 0.18.0 --- client/package-lock.json | 4 ++-- client/package.json | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 894765e0d..325b9fc3f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -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", diff --git a/client/package.json b/client/package.json index 3a4fd4045..f8aaa1d81 100644 --- a/client/package.json +++ b/client/package.json @@ -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" ] } -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 23ee2156f..6acacecbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },