From 3f49885788a02c04ca7624efa40a4a63f4f7deb4 Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Mon, 23 Dec 2024 16:59:31 +0100 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d3c313..f2b6273 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "notmuch-mailmover" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5b2d238..909dc4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notmuch-mailmover" -version = "0.5.0" +version = "0.6.0" authors = ["Michael Adler "] description = "Move notmuch tagged mails into Maildir folders" homepage = "https://github.com/michaeladler/notmuch-mailmover"