From b2b063afed5098f7cb49565f206604b36752c91f Mon Sep 17 00:00:00 2001 From: paidge <paidge_cs@hotmail.com> Date: Tue, 1 Feb 2022 17:00:04 +0100 Subject: [PATCH] v0.16 tag --- components/navigation/menu/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/menu/Sidebar.vue b/components/navigation/menu/Sidebar.vue index b7b9406..782c021 100644 --- a/components/navigation/menu/Sidebar.vue +++ b/components/navigation/menu/Sidebar.vue @@ -5,7 +5,7 @@ <img :src="$icon(512)" alt="Accueil" class="logo" /> <div> <h1 class="h3"> - Wotwizard <small><span class="small">v0.15</span></small> + Wotwizard <small><span class="small">v0.16</span></small> </h1> <small class="text-muted">{{ $t("slogan") }}</small> </div> -- GitLab