bump version to 0.2 - json2tsv - JSON to TSV converter
(HTM) git clone git://git.codemadness.org/json2tsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9a85d6c5f69749ac71c690e5b4d36b8e70b15d16
(DIR) parent 38f8dd3abd1ecbdf451ad9d98d707b09debe1c3a
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
NAME = json2tsv
-VERSION = 0.1
+VERSION = 0.2
# paths
PREFIX = /usr/local