From 2cc7edf729968aba85f963ede102f0df5556f18c Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Wed, 1 Mar 2023 12:36:37 +0300 Subject: [PATCH] Bump version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc49a7e..caec4cf 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, supports WASI (dependency-free)" -version = "0.2.1" +version = "0.2.2" rust-version = "1.56.1" edition = "2021" authors = ["TheAwiteb "]