瀏覽代碼

chore: remove license from app.src for emqx_auth_ext

zmstone 1 年之前
父節點
當前提交
64cf32aeca
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      apps/emqx_auth_ext/src/emqx_auth_ext.app.src

+ 1 - 3
apps/emqx_auth_ext/src/emqx_auth_ext.app.src

@@ -1,6 +1,6 @@
 {application, emqx_auth_ext, [
     {description, "EMQX Extended Auth Library"},
-    {vsn, "0.1.0"},
+    {vsn, "0.1.1"},
     {registered, []},
     {applications, [
         kernel,
@@ -15,7 +15,5 @@
         emqx_auth_ext_tls_lib,
         emqx_auth_ext_tls_const_v1
     ]},
-
-    {licenses, ["Apache-2.0"]},
     {links, []}
 ]}.