From d759d5414bfcba3f8754d0037dbe1635b3342680 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Mon, 9 Dec 2024 16:14:52 +0100 Subject: [PATCH] Bump version to 0.2.0 Set up the stage for a new release. Bump minor version too, since this release includes breaking changes to the command line (-i behaves differently, and we default to muvm-x11bridge instead of sommelier). Signed-off-by: Sergio Lopez --- Cargo.lock | 2 +- crates/muvm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6710268d..8af70434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "muvm" -version = "0.1.4" +version = "0.2.0" dependencies = [ "anyhow", "bpaf", diff --git a/crates/muvm/Cargo.toml b/crates/muvm/Cargo.toml index b588d4d2..84dc2eb9 100644 --- a/crates/muvm/Cargo.toml +++ b/crates/muvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muvm" -version = "0.1.4" +version = "0.2.0" authors = ["Sergio Lopez ", "Teoh Han Hui ", "Sasha Finkelstein ", "Asahi Lina "] edition = "2021" rust-version = "1.77.0"