URI:
       bump version to 1.1 - 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 137d638b66af74f1547584a560ae7a90875b4bf1
   DIR parent 705f468584d0c425b6871a6e1f894e4c7aad0993
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 25 May 2023 22:42:04 +0200
       
       bump version to 1.1
       
       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.0
       +VERSION = 1.1
        
        # paths
        PREFIX = /usr/local