From b57ca68250a24a38305aaa02670dd0f6dd4b8165 Mon Sep 17 00:00:00 2001 From: Donkie <2332094+Donkie@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:01:32 +0000 Subject: [PATCH] Bump version to 0.15.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 60ed3cb..151c888 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -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", diff --git a/client/package.json b/client/package.json index 7d707da..313fb78 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "spoolman-ui", - "version": "0.1.0", + "version": "0.15.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 a2f8754..bdfc553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },