summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-23 00:25:50 +0000
committerGitHub <noreply@github.com>2026-05-23 00:25:50 +0000
commit52a586ecaaef274e0ef339b74743f8aba73c0469 (patch)
treec99c316b798a9473851e0ea139aec6eff681a231 /src/lib.rs
parentd8464ffdca706fe215b8a0a94d148a9244142067 (diff)
for 0.1.0-pre
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c391e98..f3f6d1b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -52,7 +52,7 @@ impl DefaultPluginFactory for RetainPlugin {
fn get_descriptor() -> PluginDescriptor {
PluginDescriptor::new("com.haemolacriaa.retain", "Retain")
.with_description("Retains only the nth largest magnitude frequencies in the signal")
- .with_version("0.1.0")
+ .with_version("0.1.0-pre")
.with_vendor("haemolacriaa")
.with_features([AUDIO_EFFECT, STEREO])
}