From 91cfb13522dfb28128eae8f0122318d9a27b1247 Mon Sep 17 00:00:00 2001 From: JuanLeon Lahoz Date: Sat, 10 Feb 2024 15:43:32 +0100 Subject: [PATCH] Bump version to 0.5.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93a51c8..f12cef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lowcharts" -version = "0.5.8" +version = "0.5.9" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index be63974..92a6155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lowcharts" -version = "0.5.8" +version = "0.5.9" authors = ["JuanLeon Lahoz "] edition = "2018" description = "Tool to draw low-resolution graphs in terminal"