Просмотр исходного кода

chore: bump er_coap_client to v1.0.4

Zhongwen Deng 3 лет назад
Родитель
Сommit
7df21b7dcd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -95,7 +95,7 @@ project_app_dirs(Edition) ->
 
 plugins() ->
     [ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.0.0"}}}
-    , {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.4"}}}
+    , {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0.5"}}}
       %% emqx main project does not require port-compiler
       %% pin at root level for deterministic
     , {pc, {git, "https://github.com/emqx/port_compiler.git", {tag, "v1.11.1"}}}