URI:
       bump version to 0.4 - json2tsv - JSON to TSV converter
  HTML git clone git://git.codemadness.org/json2tsv
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cc245b50c91a1d3b3618773f289a3d4bb670df75
   DIR parent 13f4f439171cba26e0afaee4fc7eb98a483877c2
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 12 Nov 2019 01:22:56 +0100
       
       bump version to 0.4
       
       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.3
       +VERSION = 0.4
        
        # paths
        PREFIX = /usr/local