From e56052c7893d0b7a501bdf3df34e958ac90b977c Mon Sep 17 00:00:00 2001 From: alemidev Date: Mon, 2 Jan 2023 01:23:12 +0100 Subject: [PATCH] chore: version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe1699d..27f8142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scope-tui" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = [ "alemi " ] description = "A simple oscilloscope/vectorscope for the terminal, inspired by cava"