Version 0.1.8 - 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 963a677631f00b9b259e101a5e3dad85da6ccbf2
 (DIR) parent c05ab7520b452ee3b8bd974a18511dc370cbeabe
 (HTM) Author: adnano <me@adnano.co>
       Date:   Sat,  4 May 2024 21:42:31 -0400
       
       Version 0.1.8
       
       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.7',
       +        version: '0.1.8',
                license: 'MIT',
                default_options: [
                        'c_std=c11',