Upversioned to 0.2.0

This commit is contained in:
Simon Brooke 2019-04-30 20:14:38 +01:00
parent 80cc2e4335
commit d7015dc68c
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.1.0"] [org.clojars.simon_brooke/html-to-md "0.2.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.1.0"] [org.clojars.simon_brooke/html-to-md "0.2.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-SNAPSHOT" (defproject html-to-md "0.2.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"