From 97d67dfed02854ac5d5eaa9ac965b9abe3dff690 Mon Sep 17 00:00:00 2001 From: darksv Date: Sat, 26 Oct 2024 23:29:55 +0200 Subject: [PATCH] chore: bump version --- chromaprint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromaprint/Cargo.toml b/chromaprint/Cargo.toml index dda6949..7014948 100644 --- a/chromaprint/Cargo.toml +++ b/chromaprint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-chromaprint" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Pure Rust port of Chromaprint" license = "MIT"