bump version to 1.1 - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 137d638b66af74f1547584a560ae7a90875b4bf1 | |
parent 705f468584d0c425b6871a6e1f894e4c7aad0993 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = json2tsv | |
-VERSION = 1.0 | |
+VERSION = 1.1 | |
# paths | |
PREFIX = /usr/local |