diff --git a/README.md b/README.md index 7807864..4a3714a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/doc/intro.md b/doc/intro.md index 05d012c..f0d81be 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -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: diff --git a/project.clj b/project.clj index 4edbf3a..01c1c4c 100644 --- a/project.clj +++ b/project.clj @@ -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"