From e37840df6c60f1a2fb036d3ed7f0e48e275a0568 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Sun, 26 Feb 2023 13:59:40 +0300 Subject: [PATCH] Bump version to 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c979e3..71860bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "data2sound" description = "A library to convert data to sound, and vice versa" -version = "0.1.5" +version = "0.1.6" rust-version = "1.56.1" edition = "2021" authors = ["TheAwiteb "]