Skip to content

Commit

Permalink
Fix link and bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Feb 20, 2016
1 parent 236998c commit 1f5f7e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Levaindoc can perform [[http://pandoc.org/diagram.jpg][lots of conversions]].
{deps,
[{levaindoc,
{git, "git://github.com/quasiquoting/levaindoc.git",
{tag, "0.1.0"}}}]}.
{tag, "0.1.1"}}}]}.
#+END_SRC

** TODO Usage
Expand Down
2 changes: 1 addition & 1 deletion doc
2 changes: 1 addition & 1 deletion src/levaindoc-util.lfe
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defmodule levaindoc-util
(doc "Utility functions for [[levaindoc]].")
(doc "Utility functions for [levaindoc](levaindoc.html).")
;; Conversions
(export (input-formats 0) (output-formats 0))
;; Random filename
Expand Down
2 changes: 1 addition & 1 deletion src/levaindoc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{application, levaindoc,
[{description, "Lightweight LFE wrapper for pandoc."},
{vsn, "0.1.0"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 1f5f7e9

Please sign in to comment.