From 57a41e0e3e2586579b11fde5a646b68865533c65 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Thu, 26 Mar 2026 22:39:00 +0100 Subject: [PATCH] Release 0.5.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 06a6988..9636eb0 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "bibliomane", - "version": "0.4.0", + "version": "0.5.0", "private": true, "type": "module", "engines": { diff --git a/main.go b/main.go index 0987d8f..7c3b705 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) func main() { - applicationVersion := "0.4.0" + applicationVersion := "0.5.0" c := config.LoadConfig(applicationVersion) r := setup.Setup(&c) r.Run(":" + c.Port)