From 0357c239d539945daf409889869cca16bd48a762 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 9 Nov 2025 21:53:18 +0300 Subject: [PATCH] change version to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f36b2f..dc1c716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2576,7 +2576,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "1.0.3" +version = "1.1.0" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index cdbc2db..d839d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "1.0.3" +version = "1.1.0" edition = "2024" authors = ["arabian"] description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients."