Upversioned to 0.1.0

This commit is contained in:
Simon Brooke 2019-04-30 16:43:00 +01:00
parent f2d0c89ada
commit 8865818b41

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"]