diff --git a/Cargo.lock b/Cargo.lock index f8598cc..889218f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2601,7 +2601,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "1.1.0" +version = "1.1.1" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index d839d08..cdf0df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "1.1.0" +version = "1.1.1" 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 07b5596..0c85a5a 100644 --- a/pwsp.spec +++ b/pwsp.spec @@ -4,7 +4,7 @@ %global cargo_install_lib 0 Name: pwsp -Version: 1.0.3 +Version: 1.1.1 Release: %autorelease Summary: Lets you play audio files through your microphone