URI: 
       bump version to 0.4.2 - svkbd - simple virtual keyboard
  HTML git clone git://git.suckless.org/svkbd
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit faed34dbcf349fb1446ad2c40741105a37e5fb25
   DIR parent 0e53d9d1a0a1092552c4475f8c0e69da9ca99f84
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 26 Nov 2024 18:30:20 +0100
       
       bump version to 0.4.2
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -3,7 +3,7 @@
        .POSIX:
        
        NAME = svkbd
       -VERSION = 0.4.1
       +VERSION = 0.4.2
        
        include config.mk