Skip to content

Commit

Permalink
Bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Apr 30, 2016
1 parent 200a020 commit 4659987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Finally, add Lodox to your `project_plugins` list.
```erlang
{project_plugins, [
%% ...
{lodox, {git, "git://github.com/lfe-rebar3/lodox.git", {tag, "0.14.0"}}}
{lodox, {git, "git://github.com/lfe-rebar3/lodox.git", {tag, "0.14.1"}}}
]}.
```

Expand Down
2 changes: 1 addition & 1 deletion doc
2 changes: 1 addition & 1 deletion src/lodox-parse.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
```commonlisp
[#(name #\"lodox\")
#(version \"0.14.0\")
#(version \"0.14.1\")
#(description \"The LFE rebar3 Lodox plugin\")
#(documents [])
#(modules {{list of proplists 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
@@ -1,6 +1,6 @@
{application, lodox, [
{description, "The LFE rebar3 Lodox plugin."},
{vsn, "0.14.0"},
{vsn, "0.14.1"},
{modules, [lodox,
'lodox-html-writer', 'lodox-parse', 'lodox-search',
'unit-lodox-tests']},
Expand Down

0 comments on commit 4659987

Please sign in to comment.