bump version to 0.2 - webdump - HTML to plain-text converter for webpages
HTML git clone git://git.codemadness.org/webdump
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 180713b09a920e1e8a8e26fba3a966aaf0a8bc98
DIR parent 5b615707234222a1ecb7c7c637c629d4f45116ff
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 11 Mar 2026 19:04:20 +0100
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 = webdump
-VERSION = 0.1
+VERSION = 0.2
# paths
PREFIX = /usr/local