URI:
       bump version to 1.2 - 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 66e7e402f861efe9d8853569e67a4bbaee877fc9
   DIR parent ac68c8941305cce69e5659123cffab04f6736d8a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon,  5 Aug 2024 12:05:34 +0200
       
       bump version to 1.2
       
       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 = 1.1
       +VERSION = 1.2
        
        # paths
        PREFIX = /usr/local