URI:
       bump version to 0.3 - 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 e3a9fb8fda6062125133e47297de377d7bae7d79
   DIR parent 962d492080969eba02feaa6ff0754c22fcff3890
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 16 Jul 2026 20:06:48 +0200
       
       bump version to 0.3
       
       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.2
       +VERSION = 0.3
        
        # paths
        PREFIX = /usr/local