From fb9e5eb4e42d8adedd8bc0e70cc1bd734b98ffd2 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 5 Nov 2023 18:23:54 +0100 Subject: [PATCH] chore: Release qoaudio version 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0328952..1eb3087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "qoaudio" authors = ["Rafael Caricio "] description = "QOA audio format decoder in Rust" license = "MIT OR Apache-2.0" -version = "0.5.0" +version = "0.7.0" edition = "2021" publish = ["crates-io"] repository = "https://github.com/rafaelcaricio/qoaudio"