bump version to 0.3 - json2tsv - JSON to TSV converter
 (HTM) git clone git://git.codemadness.org/json2tsv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a8950873f2e40fe767530b8e58b723c8b56abc33
 (DIR) parent b780768500f3466bea0d2f770fc379eb9cb78669
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 24 Oct 2019 13:54:28 +0200
       
       bump version to 0.3
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -1,7 +1,7 @@
        .POSIX:
        
        NAME = json2tsv
       -VERSION = 0.2
       +VERSION = 0.3
        
        # paths
        PREFIX = /usr/local