From 3a57f3bd693f59edfe0c18df0180cd2d83286245 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 11 Oct 2024 09:10:29 +0100 Subject: [PATCH] chore: reset version to allow forgejo workflow to bump it correctly --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38ce55e..eae5df1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refile-mp4" -version = "0.3.0" +version = "0.2.0" edition = "2021" description = "Refile a directory of m4b files by artist, album (where specified) and title. Used to refile m4b versions of converted aax files for use by Smart Audiobook Player." license = "MIT"