Namdak Tonpa 3 years ago
parent
commit
cbd53211eb
2 changed files with 3 additions and 1 deletions
  1. 1 0
      rebar.config
  2. 2 1
      src/avz.app.src

+ 1 - 0
rebar.config

@@ -14,3 +14,4 @@
     {source_ext, ".dtl"},
     {source_ext, ".dtl"},
     {module_ext, "_view"}
     {module_ext, "_view"}
 ]}.
 ]}.
+{plugins, [rebar3_hex]}.

+ 2 - 1
src/avz.app.src

@@ -1,8 +1,9 @@
 {application, avz,
 {application, avz,
  [
  [
   {description, "AVZ Social Auth"},
   {description, "AVZ Social Auth"},
-  {vsn, "5.10"},
+  {vsn, "8.11.0"},
   {registered, []},
   {registered, []},
+  {licenses, ["ISC"]},
   {applications, [kernel, stdlib]},
   {applications, [kernel, stdlib]},
   {mod, { avz_app, []}},
   {mod, { avz_app, []}},
   {env, []}
   {env, []}