From 60e85b1c20f14fec5588572ad2170aeb0f61fe92 Mon Sep 17 00:00:00 2001 From: tuxgyver Date: Mon, 31 Aug 2026 13:58:52 +0200 Subject: [PATCH] chore(release): v0.4.2 --- README.md | 2 +- app/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cc7dea..b367b56 100644 --- a/README.md +++ b/README.md @@ -188,4 +188,4 @@ WGSecure/ ## 👤 Auteur Développé par **Johnny** — [JT-Tools](https://github.com/JT-Tools) -Version : ![v0.4.0](https://img.shields.io/badge/v0.4.0-juin%202026-2980b9?style=flat-square) — Juin 2026 +Version : ![v0.4.2](https://img.shields.io/badge/v0.4.2-ao%C3%BBt%202026-2980b9?style=flat-square) — Août 2026 diff --git a/app/__init__.py b/app/__init__.py index 1375a85..e3067b1 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.4.0" +__version__ = "0.4.2" APP_NAME = "WGSecure" APP_SHORT = "WGS"