From 17068aa28cf2c52b42c7a7edd41c2b954f1c731b Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Sun, 8 Mar 2026 19:06:20 +0100 Subject: [PATCH] Release 0.3.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 9a02966..bf15809 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "bibliomane", - "version": "0.2.0", + "version": "0.3.0", "private": true, "type": "module", "engines": { diff --git a/main.go b/main.go index 85a2ca0..aa71015 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) func main() { - applicationVersion := "0.2.0" + applicationVersion := "0.3.0" c := config.LoadConfig(applicationVersion) r := setup.Setup(&c) r.Run(":" + c.Port)