diff --git a/Cargo.lock b/Cargo.lock index fb5c663..a093854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "presenterm" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 457b61b..14d6d6a 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.12.0" +version = "0.13.0" edition = "2021" [dependencies]