version -> 0.1.5

This commit is contained in:
2025-07-21 12:19:50 +03:00
parent 7a7e0f741a
commit adfdf7db69
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2566,7 +2566,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
[[package]]
name = "pwsp"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"dirs",
"eframe",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "pwsp"
version = "0.1.4"
version = "0.1.5"
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."