bump pwsp version to 0.1.2

This commit is contained in:
2025-04-27 01:15:00 +03:00
parent e2b003be31
commit 428fb4064d
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2820,7 +2820,7 @@ checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
[[package]] [[package]]
name = "pwsp" name = "pwsp"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"dirs", "dirs",
"eframe", "eframe",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "pwsp" name = "pwsp"
version = "0.1.1" version = "0.1.2"
edition = "2024" edition = "2024"
authors = ["arabian"] 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." description = "A simple soundpad application written in Rust using egui for the GUI, pipewire for audio input/output, and rodio for audio decoding."