From 12eb95b7c23d51efd14642b2f07f76e772d06e0c Mon Sep 17 00:00:00 2001 From: Manuel Quarneti Date: Tue, 2 Jan 2024 14:58:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v0.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2746439..ab2e0d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2792,7 +2792,7 @@ dependencies = [ [[package]] name = "tiny-wii-backup-manager" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 3e60921..fdaa062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny-wii-backup-manager" -version = "0.3.2" +version = "0.3.3" authors = ["Manuel Quarneti "] edition = "2021" license = "GPL-2.0-only"