Skip to content

Commit

Permalink
Version 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Feb 20, 2017
1 parent 20c5ed7 commit f20257a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ <h1>The pest application</h1>

<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Nov 11 2016, 11:02:53.</i></p>
<p><i>Generated by EDoc, Feb 19 2017, 18:52:39.</i></p>
</body>
</html>
4 changes: 2 additions & 2 deletions doc/pest.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Module pest</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<h3><a name="Primitive_Erlang_Security_Tool_(PEST)">Primitive Erlang Security Tool (PEST)</a></h3>.

<p><b>Version:</b> 0.3.0 Nov 11 2016 11:02:53
<p><b>Version:</b> 0.4.0 Feb 19 2017 18:52:39
------------------------------------------------------------------------</p>

<h2><a name="description">Description</a></h2>
Expand Down Expand Up @@ -135,6 +135,6 @@ <h4><a name="Escript_Main_Function.">Escript Main Function.</a></h4>
<hr>

<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Nov 11 2016, 11:02:53.</i></p>
<p><i>Generated by EDoc, Feb 19 2017, 18:52:39.</i></p>
</body>
</html>
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule PEST.Mixfile do

def project do
[app: :pest,
version: "0.4.0",
version: "0.5.0",
language: :erlang,
description: description,
package: package,
Expand Down
2 changes: 1 addition & 1 deletion src/pest.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{application, pest,
[{description, "Primitive Erlang Security Tool"},
{vsn, "0.4.0"},
{vsn, "0.5.0"},
{modules, [pest]},
{registered, []},
{applications, [syntax_tools, stdlib, kernel]}]}.
Expand Down

0 comments on commit f20257a

Please sign in to comment.