Skip to content

Commit

Permalink
4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Nov 26, 2018
1 parent 7d81dc1 commit 31b0581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
@@ -1,3 +1,3 @@
{erl_opts,[nowarn_deprecated_function]}.
{deps, [{mad, ".*", {git, "git://github.com/synrc/mad", []}},
{fs, ".*", {git, "git://github.com/synrc/fs", []}}]}.
{deps, [{mad, ".*", {git, "git://github.com/synrc/mad", {tag,"4.11"}}},
{fs, ".*", {git, "git://github.com/synrc/fs", {tag,"4.11"}}}]}.
2 changes: 1 addition & 1 deletion src/active.app.src
@@ -1,6 +1,6 @@
{application, active,
[{description, "ACT Filesystem Activities"},
{vsn, "4.10"},
{vsn, "4.11"},
{registered, []},
{applications, [kernel,stdlib,fs]},
{mod, { active_app, []}},
Expand Down

0 comments on commit 31b0581

Please sign in to comment.