Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Version 17.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pouriya committed Sep 16, 2017
1 parent 2c2b7c4 commit 1fd4324
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/Director_API.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Module director</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>
It is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed and flexibility.

<p><b>Version:</b> 17.9.13</p>
<p><b>Version:</b> 17.9.16</p>
<p><b>This module defines the <tt>director</tt> behaviour.</b><br> Required callback functions: <tt>init/1</tt>.</p>
<p><b>Authors:</b> Pouriya Jahanbakhsh (<a href="mailto:pouriya.jahanbakhsh@gmail.com"><tt>pouriya.jahanbakhsh@gmail.com</tt></a>).</p>

Expand Down
2 changes: 1 addition & 1 deletion src/director.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application
,director
,[{description, "It is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed and flexibility."}
,{vsn, "17.9.13"}
,{vsn, "17.9.16"}
,{applications, [kernel, stdlib]}
,{maintainers, ["pouriya.jahanbakhsh@gmail.com"]}
,{licenses, ["BSD 3-Clause"]}
Expand Down
2 changes: 1 addition & 1 deletion src/director.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ------------------------------------------------------------------------------------------------
%% @author Pouriya Jahanbakhsh <pouriya.jahanbakhsh@gmail.com>
%% @version 17.9.13
%% @version 17.9.16
%% @doc
%% Director is a production-ready supervisor and manager for Erlang/Elixir processes with
%% focus on speed and flexibility.
Expand Down
2 changes: 1 addition & 1 deletion src/director_table.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ------------------------------------------------------------------------------------------------
%% @author Pouriya Jahanbakhsh <pouriya.jahanbakhsh@gmail.com>
%% @version 17.9.13
%% @version 17.9.16
%% @hidden
%% @doc
%% API functions for keeping, updating and fetching
Expand Down
2 changes: 1 addition & 1 deletion src/director_table_ets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ------------------------------------------------------------------------------------------------
%% @author Pouriya Jahanbakhsh <pouriya.jahanbakhsh@gmail.com>
%% @version 17.9.13
%% @version 17.9.16
%% @hidden
%% -------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/director_table_list.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ------------------------------------------------------------------------------------------------
%% @author Pouriya Jahanbakhsh <pouriya.jahanbakhsh@gmail.com>
%% @version 17.9.13
%% @version 17.9.16
%% @hidden
%% -------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/director_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ------------------------------------------------------------------------------------------------
%% @author Pouriya Jahanbakhsh <pouriya.jahanbakhsh@gmail.com>
%% @version 17.9.13
%% @version 17.9.16
%% @hidden
%% -------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion test/director_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%%% POSSIBILITY OF SUCH DAMAGE.
%%% ------------------------------------------------------------------------------------------------
%% @author Pouriya Jahanbakhsh <pouriya.jahanbakhsh@gmail.com>
%% @version 17.9.13
%% @version 17.9.16
%% -------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit 1fd4324

Please sign in to comment.