diff --git a/Cargo.lock b/Cargo.lock index f75bb3b..b01ecab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2714,7 +2714,7 @@ checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" [[package]] name = "pwsp" -version = "0.1.31" +version = "0.1.4" dependencies = [ "dirs", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 3fa328a..3d1b607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "0.1.31" +version = "0.1.4" 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."