Skip to content

Commit

Permalink
Bump to 0.12.6 and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Feb 29, 2016
1 parent ce61ed5 commit a2a8c6f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Finally, add Lodox to your `plugins` list:
[% ...
{lodox, ".*",
{git, "git://github.com/quasiquoting/lodox.git",
{tag, "0.12.5"}}}]}.
{tag, "0.12.6"}}}]}.
```

The recommended place for the Lodox plugin entry is the global [rebar3](https://github.com/rebar/rebar3) config, `~/.config/rebar3/rebar.config`,
Expand Down
2 changes: 1 addition & 1 deletion doc
4 changes: 2 additions & 2 deletions org/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ branch = gh-pages
```erlang
{application, 'lodox',
[{description, "The LFE rebar3 Lodox plugin"},
{vsn, "0.12.5"},
{vsn, "0.12.6"},
{modules, [lodox,
'lodox-html-writer', 'lodox-p', 'lodox-parse', 'lodox-util',
'unit-lodox-tests']},
Expand Down Expand Up @@ -909,7 +909,7 @@ If something goes wrong, throw a descriptive error."
```commonlisp
'#m(name #\"lodox\"
version \"0.12.5\"
version \"0.12.6\"
description \"The LFE rebar3 Lodox plugin\"
documents ()
modules {{list of maps of module metadata}}
Expand Down
2 changes: 1 addition & 1 deletion org/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.5
0.12.6
2 changes: 1 addition & 1 deletion src/lodox-parse.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
```commonlisp
'#m(name #\"lodox\"
version \"0.12.5\"
version \"0.12.6\"
description \"The LFE rebar3 Lodox plugin\"
documents ()
modules {{list of maps of module metadata}}
Expand Down
2 changes: 1 addition & 1 deletion src/lodox.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{application, 'lodox',
[{description, "The LFE rebar3 Lodox plugin"},
{vsn, "0.12.5"},
{vsn, "0.12.6"},
{modules, [lodox,
'lodox-html-writer', 'lodox-p', 'lodox-parse', 'lodox-util',
'unit-lodox-tests']},
Expand Down

0 comments on commit a2a8c6f

Please sign in to comment.