From 66be33d147043b7ee45484e69094fe27c064869a Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Wed, 17 Jan 2024 12:46:26 +0100 Subject: [PATCH] Release v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfe7b4f..00ae8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "audio-viz" description = "Colorful audio waveform visualization" -version = "0.1.0" +version = "0.1.1" license = "MPL-2.0" readme = "README.md" repository = "https://github.com/uklotzde/audio-viz"