From 866e994107f7feff9d896590c8ae5bea8e623ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 7 Nov 2023 22:13:22 +0100 Subject: [PATCH] Prepare for v3.0.1 --- ExpressAPI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json index ea2f9c7..ccddeaa 100644 --- a/ExpressAPI/package.json +++ b/ExpressAPI/package.json @@ -1,7 +1,7 @@ { "name" : "dojo_backend_api", "description" : "Backend API of the Dojo project", - "version" : "3.0.0", + "version" : "3.0.1", "license" : "AGPLv3", "author" : "Michaƫl Minelli <dojo@minelli.me>", "main" : "dist/src/app.js", -- GitLab