From d19aa1ae2cc1b1118493d8bce46eecb297584097 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 11 Oct 2024 10:19:48 +0100 Subject: [PATCH] chore: Back out "chore: reset version to allow forgejo workflow to bump it correctly" This backs out commit 3a57f3bd693f59edfe0c18df0180cd2d83286245. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d1ffc3..7f13a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refile-mp4" -version = "0.2.0" +version = "0.3.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"