From 9fbe42c201143d4fc73dde05820d702c7deac14f Mon Sep 17 00:00:00 2001 From: arabian Date: Wed, 28 Jan 2026 23:34:12 +0300 Subject: [PATCH] update version to 1.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- packages/aur/bin | 2 +- packages/aur/standart | 2 +- packages/rpm/pwsp.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b02599b..21f98ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2292,7 +2292,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "1.5.0" +version = "1.5.1" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7aeb999..1f62e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "1.5.0" +version = "1.5.1" edition = "2024" authors = ["arabian"] description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients." diff --git a/packages/aur/bin b/packages/aur/bin index ad914c6..446179b 160000 --- a/packages/aur/bin +++ b/packages/aur/bin @@ -1 +1 @@ -Subproject commit ad914c619d91e49e7bec91e8958aae6653bfd6b7 +Subproject commit 446179bb91fc8a06792a112a4282969a241177fc diff --git a/packages/aur/standart b/packages/aur/standart index 6a5840b..d122d07 160000 --- a/packages/aur/standart +++ b/packages/aur/standart @@ -1 +1 @@ -Subproject commit 6a5840b34f324233a5ed4bf8e86dccf6ed9147b8 +Subproject commit d122d0719faa148d63600c27816b9973632551be diff --git a/packages/rpm/pwsp.spec b/packages/rpm/pwsp.spec index c5d6b61..d8cf428 100644 --- a/packages/rpm/pwsp.spec +++ b/packages/rpm/pwsp.spec @@ -4,7 +4,7 @@ %global cargo_install_lib 0 Name: pwsp -Version: 1.5.0 +Version: 1.5.1 Release: %autorelease Summary: Lets you play audio files through your microphone