URI: 
       bump version to 0.3.0 - svkbd - simple virtual keyboard
  HTML git clone git://git.suckless.org/svkbd
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7f59daca5f83aec7630e1aaee2bbf0948cd5a38a
   DIR parent 6dc8c78b82acdaeb0c4c4f81b96faa23ccbee826
  HTML Author: Maarten van Gompel <proycon@anaproy.nl>
       Date:   Sat,  6 Mar 2021 00:43:48 +0100
       
       bump version to 0.3.0
       
       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.2
       +VERSION = 0.3.0
        
        include config.mk