From d772b974feb77e19e0a32069f962dc22e450b352 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 12 Aug 2023 14:57:30 +0200 Subject: Bump version to v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46d83e7..f300522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" [[package]] name = "mmv" -version = "0.1.0" +version = "1.0.0" dependencies = [ "cerm", "itertools", diff --git a/Cargo.toml b/Cargo.toml index db5f432..37ecfba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmv" -version = "0.1.0" +version = "1.0.0" edition = "2021" license = "0BSD" description = "Mapped file moves" -- cgit v1.2.3