Upversioned to 0.2.0
This commit is contained in:
parent
80cc2e4335
commit
d7015dc68c
|
@ -18,7 +18,7 @@ unit test coverage.
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ unit test coverage.
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
@ -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."
|
||||
:url "https://github.com/simon-brooke/html-to-md"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
Loading…
Reference in a new issue