Merge branch 'release/0.1.0' into develop

This commit is contained in:
Simon Brooke 2019-04-30 16:43:27 +01:00
commit 9d9399a739

View file

@ -1,6 +1,6 @@
(defproject html-to-md "0.1.0-SNAPSHOT"
(defproject html-to-md "0.1.0"
:description "Convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation."
:url "http://example.com/FIXME"
:url "https://github.com/simon-brooke/html-to-md"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]