Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theJohnnyBrown committed Mar 19, 2017
1 parent f45482b commit 70b0edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 70b0edb

Please sign in to comment.