From c56190725905cb0f582193e8c48bb0a273f0b8c3 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Fri, 25 Apr 2025 05:55:07 -0700 Subject: [PATCH] chore: bump version to 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]