From 81da36f03cc6ee8934ddea6c8c49fda8324c0040 Mon Sep 17 00:00:00 2001 From: arabian Date: Sat, 14 Feb 2026 15:50:06 +0300 Subject: [PATCH] bump version to 1.6.0 --- 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 b03bc77..55401a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2616,7 +2616,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "1.5.1" +version = "1.6.0" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 39e7847..851da49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "1.5.1" +version = "1.6.0" 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 446179b..534cbc3 160000 --- a/packages/aur/bin +++ b/packages/aur/bin @@ -1 +1 @@ -Subproject commit 446179bb91fc8a06792a112a4282969a241177fc +Subproject commit 534cbc33ba0a15fb81f3915aca64f2e3434a8dcb diff --git a/packages/aur/standart b/packages/aur/standart index d122d07..b381a90 160000 --- a/packages/aur/standart +++ b/packages/aur/standart @@ -1 +1 @@ -Subproject commit d122d0719faa148d63600c27816b9973632551be +Subproject commit b381a90a5047b0e40a307df3fedcdcd1ed6e10f4 diff --git a/packages/rpm/pwsp.spec b/packages/rpm/pwsp.spec index d8cf428..e81d7f0 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.1 +Version: 1.6.0 Release: %autorelease Summary: Lets you play audio files through your microphone