From c9f7f29f0ff9a12a6cb2d18c5f5d22248cb94d3b Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 30 Apr 2019 16:44:28 +0100 Subject: [PATCH] Upversioned to 0.2.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index fb5716d..654fd11 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject html-to-md "0.1.0" +(defproject html-to-md "0.2.0-SNAPSHOT" :description "Convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation." :url "https://github.com/simon-brooke/html-to-md" :license {:name "Eclipse Public License"