From 5717cab8d8afba19cf31c5578b821104f27bb621 Mon Sep 17 00:00:00 2001 From: quietvoid Date: Sat, 7 Oct 2023 09:36:00 -0400 Subject: [PATCH] Prepare for version 2.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04440e4..37fd272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "dovi_tool" -version = "2.0.3" +version = "2.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4817f18..31dac3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dovi_tool" -version = "2.0.3" +version = "2.1.0" authors = ["quietvoid"] edition = "2021" rust-version = "1.70.0"