From a023c97618d4cb6a42396dfccc32c9a49e17ea7c Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Sun, 15 Mar 2026 15:59:35 +0100 Subject: [PATCH] Release 0.4.0 --- front/package.json | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/package.json b/front/package.json index bf15809..06a6988 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "bibliomane", - "version": "0.3.0", + "version": "0.4.0", "private": true, "type": "module", "engines": { diff --git a/main.go b/main.go index aa71015..0987d8f 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) func main() { - applicationVersion := "0.3.0" + applicationVersion := "0.4.0" c := config.LoadConfig(applicationVersion) r := setup.Setup(&c) r.Run(":" + c.Port)