From 70b0edb5a5fc6ac44ccd5574cfd6bf71579ad804 Mon Sep 17 00:00:00 2001 From: Johnny Brown Date: Sun, 19 Mar 2017 12:57:26 -0500 Subject: [PATCH] version 0.2.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efbf0ae..4ee57dd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Endophile fully passes the original markdown test suite. ## Usage -In project.clj, `:dependencies [[endophile "0.1.2"] ...]` +In project.clj, `:dependencies [[endophile "0.2.1"] ...]` `endophile.core/md` takes a markdown string, and returns an `org.pegdown.ast.RootNode`, the root of the document's parse tree. diff --git a/project.clj b/project.clj index 1177978..3dd6497 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject endophile "0.2.0" +(defproject endophile "0.2.1" :description "See README.md" :url "https://github.com/theJohnnyBrown/endophile/" :license {:name "Eclipse Public License"