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

Commit

Permalink
chore: version 18.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pouriya committed Apr 19, 2018
1 parent 484b053 commit 9b3187f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,24 +261,24 @@ Anything other than {`ok`, Opts}` and `{new_error, _, Opts}` causes **Director**
##### Rebar3
Put this in deps in rebar.config:
```erlang
{director, "18.2.20"}
{director, "18.4.19"}
```

##### Rebar
Put this in deps in rebar.config:
```erlang
{director, ".*", {git, "https://github.com/Pouriya-Jahanbakhsh/director.git", {tag, "18.2.20"}}}
{director, ".*", {git, "https://github.com/Pouriya-Jahanbakhsh/director.git", {tag, "18.4.19"}}}
```

##### Mix
Put this in deps in mix.exs:
```elixir
{:director, "~> 18.2.20"}
{:director, "~> 18.4.19"}
```

##### erlang.mk
```make
dep_director = hex 18.2.20
dep_director = hex 18.4.19
```

#### API documentation
Expand Down Expand Up @@ -313,4 +313,4 @@ README.md


### Hex version
[**`18.2.20`**](https://hex.pm/packages/director)
[**`18.4.19`**](https://hex.pm/packages/director)
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 that focuses on speed, performance and flexibility."}
,{vsn, "18.2.20"}
,{vsn, "18.4.19"}
,{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 18.2.20
%% @version 18.4.19
%% @doc
%% Director is a production-ready supervisor and manager for Erlang/Elixir processes that
%% focuses on speed and flexibility.
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 18.2.20
%% @version 18.4.19
%% -------------------------------------------------------------------------------------------------
-module(director_SUITE).
-author("pouriya.jahanbakhsh@gmail.com").
Expand Down

0 comments on commit 9b3187f

Please sign in to comment.