From 42b6033614d8683f06341e228f6cfc4e55d573d0 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 1 May 2019 14:09:17 +0100 Subject: [PATCH] Upversioned to 0.3.0 --- README.md | 2 +- doc/intro.md | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a3714a..0223912 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.2.0"] + [org.clojars.simon_brooke/html-to-md "0.3.0"] To use it in your namespace, require: diff --git a/doc/intro.md b/doc/intro.md index f0d81be..ca78ea6 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.2.0"] + [org.clojars.simon_brooke/html-to-md "0.3.0"] To use it in your namespace, require: diff --git a/project.clj b/project.clj index 92b801e..578d571 100644 --- a/project.clj +++ b/project.clj @@ -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"