bump version to 0.2 - json2tsv - JSON to TSV converter | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9a85d6c5f69749ac71c690e5b4d36b8e70b15d16 | |
parent 38f8dd3abd1ecbdf451ad9d98d707b09debe1c3a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 15 Oct 2019 22:28:13 +0200 | |
bump version to 0.2 | |
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.1 | |
+VERSION = 0.2 | |
# paths | |
PREFIX = /usr/local |