From ff459dece1498e1c86b7bb100d4a49aa25780d99 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sun, 8 Dec 2024 19:01:58 +0100 Subject: [PATCH] bw_gain: fix doc typo --- include/bw_gain.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/bw_gain.h b/include/bw_gain.h index c4340c7..d3d03c2 100644 --- a/include/bw_gain.h +++ b/include/bw_gain.h @@ -20,13 +20,19 @@ /*! * module_type {{{ dsp }}} - * version {{{ 1.2.0 }}} + * version {{{ 1.2.1 }}} * requires {{{ bw_common bw_math bw_one_pole }}} * description {{{ * Smoothed gain module with optional sticky gain-reach threshold. * }}} * changelog {{{ *