URI: 
       bump version to 0.2.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 84715dd6c6bd343339b7c45e30648d0db1252368
   DIR parent 1fff13a1b4a1731268ae9a17c058ca0ab86b51ed
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 11 Dec 2020 18:37:15 +0100
       
       bump version to 0.2.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.2.1
       +VERSION = 0.2.2
        
        include config.mk