chore: bump version to 0.13.0

This commit is contained in:
Matias Fontanini 2025-04-25 05:55:07 -07:00
parent 0836c82f68
commit c561907259
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -655,7 +655,7 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]] [[package]]
name = "presenterm" name = "presenterm"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",

View File

@ -4,7 +4,7 @@ authors = ["Matias Fontanini"]
description = "A terminal slideshow presentation tool" description = "A terminal slideshow presentation tool"
repository = "https://github.com/mfontanini/presenterm" repository = "https://github.com/mfontanini/presenterm"
license = "BSD-2-Clause" license = "BSD-2-Clause"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]