Version 0.1.9 - wmenu - 🔧 fork of wmenu
 (HTM) git clone git@git.drkhsh.at/wmenu.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8b2381126319b8e50bcd697b6a7be5bf0ee7e226
 (DIR) parent 7d717b3696e8295f1236bb5c6c69417f14394883
 (HTM) Author: adnano <me@adnano.co>
       Date:   Sun,  9 Jun 2024 20:33:37 -0400
       
       Version 0.1.9
       
       Diffstat:
         M meson.build                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/meson.build b/meson.build
       @@ -1,7 +1,7 @@
        project(
                'wmenu',
                'c',
       -        version: '0.1.8',
       +        version: '0.1.9',
                license: 'MIT',
                default_options: [
                        'c_std=c11',