Merge branch 'release/0.3.0' into develop

This commit is contained in:
Simon Brooke 2019-05-01 14:10:29 +01:00
commit 916c5d4f36
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ unit test coverage.
To use this library in your project, add the following leiningen dependency: To use this library in your project, add the following leiningen dependency:
[org.clojars.simon_brooke/html-to-md "0.2.0"] [org.clojars.simon_brooke/html-to-md "0.3.0"]
To use it in your namespace, require: To use it in your namespace, require:

View file

@ -12,7 +12,7 @@ unit test coverage.
To use this library in your project, add the following leiningen dependency: To use this library in your project, add the following leiningen dependency:
[org.clojars.simon_brooke/html-to-md "0.2.0"] [org.clojars.simon_brooke/html-to-md "0.3.0"]
To use it in your namespace, require: To use it in your namespace, require:

View file

@ -1,4 +1,4 @@
(defproject html-to-md "0.2.0" (defproject html-to-md "0.3.0"
:description "Convert (Enlivened) HTML to markdown; but, more generally, a framework for [HT|SG|X]ML transformation." :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" :url "https://github.com/simon-brooke/html-to-md"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"