bump version to 1.0 - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 1f9c82d7086b221cb7a16cb41c3f870f8b08a552 | |
parent fcf73ca5b42eb3ef32dc7d99d1b7bafa4a02df42 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 1 Sep 2022 19:13:24 +0200 | |
bump version to 1.0 | |
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 = 0.9 | |
+VERSION = 1.0 | |
# paths | |
PREFIX = /usr/local |