From 0cb9236db7761620969692711aa4ac8d4598bef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20No=C3=ABl?= Date: Sat, 21 Dec 2024 12:45:27 +0000 Subject: [PATCH] Bump version to 0.15.0 (#170) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 537752e..b03b9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rawdio" -version = "0.14.0" +version = "0.15.0" edition = "2021" license = "MIT" description = "An Audio Engine, inspired by the Web Audio API"