From 4d6ff21fdfa5bc87c145857f9a121d151a1a7573 Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Fri, 5 Jan 2024 10:09:51 +0100 Subject: [PATCH] Bump minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a43fb..54d61b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pulseaudio" description = "A native rust implementation of the PulseAudio protocol." edition = "2021" -version = "0.1.0" +version = "0.1.1" authors = ["Colin Marc ", "Jonas Schievink "] license = "MIT"