URI: 
       bump version to 0.3 - svkbd - simple virtual keyboard
  HTML git clone git://git.suckless.org/svkbd
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b25e55e4622d419f252570d15080cdd2628b9236
   DIR parent 1d5e9346e8279d7ca954f38e8b1b85169f68d2d8
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 28 Mar 2021 22:54:23 +0200
       
       bump version to 0.3
       
       ... and change 0.3.0 to be consistent to the 0.2 and 0.1 release.
       
       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.3.0
       +VERSION = 0.3
        
        include config.mk