Skip to content

Commit

Permalink
Bump: 0.6.1 -> 0.7.0
Browse files Browse the repository at this point in the history
Prepare to publishing to Hex.
  • Loading branch information
yurrriq committed Oct 31, 2016
1 parent f73f2d9 commit 89169d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ 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, [
{git, "git://github.com/quasiquoting/levaindoc.git",
{tag, "0.5.0"}}
{levaindoc, "0.7.0"}
]}.
#+END_SRC

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.6.1"},
{vsn, "0.7.0"},
{registered, []},
{applications, [kernel, stdlib, lfe]},
{env, []},
Expand Down

0 comments on commit 89169d7

Please sign in to comment.