From 01afc435b5be24349df0792b563672f628d687e0 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Thu, 5 Mar 2026 15:55:08 +0100 Subject: [PATCH] Release 0.2.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 85a5065..9a02966 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "bibliomane", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "engines": { diff --git a/main.go b/main.go index 40bc755..85a2ca0 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) func main() { - applicationVersion := "0.1.0" + applicationVersion := "0.2.0" c := config.LoadConfig(applicationVersion) r := setup.Setup(&c) r.Run(":" + c.Port)