Skip to content

Commit

Permalink
Bump to 2.3.1
Browse files Browse the repository at this point in the history
Also fix hex packaging
  • Loading branch information
ferd committed Apr 5, 2016
1 parent 6bbb0d9 commit 0cb7c85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ all stable changes of the first version of Recon.

*2.x*

- 2.3.1 (Current master)
- 2.3.1
- Updated `app_deps` script to run with rebar3 dependencies
- Minor docs update
- 2.3.0
Expand Down
11 changes: 9 additions & 2 deletions src/recon.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{application, recon,
[{description, "Diagnostic tools for production use"},
{vsn, "2.3.0"},
{vsn, "2.3.1"},
{modules, [recon, recon_alloc, recon_lib, recon_trace]},
{registered, []},
{applications, [kernel, stdlib]}]}.
{applications, [kernel, stdlib]},

{maintainers, ["Fred Hebert"]},
{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/ferd/recon/"},
{"Documentation", "http://ferd.github.io/recon/"}]},
{files, ["src/", "script/", "rebar.lock", "README.md", "LICENSE"]}
]}.

0 comments on commit 0cb7c85

Please sign in to comment.