Upversioned to 0.3.0
This commit is contained in:
parent
e066c033be
commit
42b6033614
|
@ -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.2.0"]
|
||||
[org.clojars.simon_brooke/html-to-md "0.3.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.2.0"]
|
||||
[org.clojars.simon_brooke/html-to-md "0.3.0"]
|
||||
|
||||
To use it in your namespace, require:
|
||||
|
||||
|
|
|
@ -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."
|
||||
:url "https://github.com/simon-brooke/html-to-md"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
Loading…
Reference in a new issue