URI:
       bump version to 0.5 - 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 ee80731f6fa75e73aea2a30b4cf1f4bb939b6545
   DIR parent c91abbebb914af5ddac6f3d1c874a3b403172773
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 23 Feb 2020 20:35:42 +0100
       
       bump version to 0.5
       
       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.4
       +VERSION = 0.5
        
        # paths
        PREFIX = /usr/local