Skip to content

Commit

Permalink
Bump version and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Apr 22, 2016
1 parent 308a06b commit 6a1ca20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Levaindoc can perform [[http://pandoc.org/diagram.jpg][lots of conversions]].
[[http://pandoc.org/installing.html][Install pandoc]] and add Levaindoc to =rebar.config=:
#+BEGIN_SRC erlang
{deps, [
levaindoc
{git, "git://github.com/quasiquoting/levaindoc.git",
{tag, "0.5.0"}}
]}.
#+END_SRC

Expand Down
2 changes: 1 addition & 1 deletion doc
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.4.0"},
{vsn, "0.5.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 6a1ca20

Please sign in to comment.