bump version to 0.4.1 - svkbd - simple virtual keyboard
  HTML git clone git://git.suckless.org/svkbd
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 38faf1cc8a368f1ed33e2c970f75ced9417bd1c7
   DIR parent 5dd14703ed5852639868eaa42c13e8cc9aabf56c
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  7 Jan 2022 12:38:18 +0100
       
       bump version to 0.4.1
       
       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
       +VERSION = 0.4.1
        
        include config.mk