diff --git a/Cargo.lock b/Cargo.lock index 4decf727..57f6f754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -928,7 +928,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "presenterm" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index d708dc17..a947fbc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Matias Fontanini"] description = "A terminal slideshow presentation tool" repository = "https://github.com/mfontanini/presenterm" license = "BSD-2-Clause" -version = "0.6.0" +version = "0.6.1" edition = "2021" [dependencies]