From eae455f0b8e11dc199612fa0b2868866799b4c81 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 5 Oct 2025 23:32:03 +0300 Subject: [PATCH] change pwsp version to 1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- pwsp.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d6ac30..f336e6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2631,7 +2631,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "1.0.1" +version = "1.0.2" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7d0a8b9..dd26e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "1.0.1" +version = "1.0.2" edition = "2024" authors = ["arabian"] description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients." diff --git a/pwsp.spec b/pwsp.spec index c0eca28..8c7744a 100644 --- a/pwsp.spec +++ b/pwsp.spec @@ -4,7 +4,7 @@ %global cargo_install_lib 0 Name: pwsp -Version: 1.0.1 +Version: 1.0.2 Release: %autorelease Summary: Lets you play audio files through your microphone