From 9b71c105fc313b42709c20a568f2b962fe5b5baf Mon Sep 17 00:00:00 2001 From: arabian Date: Thu, 21 Aug 2025 16:42:36 +0300 Subject: [PATCH] change version to 0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d850cf..18409bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2566,7 +2566,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "0.1.5" +version = "0.1.6" dependencies = [ "dirs", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 8dfdc68..49b6a76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "0.1.5" +version = "0.1.6" edition = "2024" authors = ["arabian"] description = "A simple soundpad application written in Rust using egui for the GUI, pipewire for audio input/output, and rodio for audio decoding."