Przeglądaj źródła

chore: bump application versions

Andrew Mayorov 2 lat temu
rodzic
commit
780ca15298

+ 1 - 1
apps/emqx_gateway_coap/src/emqx_gateway_coap.app.src

@@ -1,6 +1,6 @@
 {application, emqx_gateway_coap, [
 {application, emqx_gateway_coap, [
     {description, "CoAP Gateway"},
     {description, "CoAP Gateway"},
-    {vsn, "0.1.2"},
+    {vsn, "0.1.3"},
     {registered, []},
     {registered, []},
     {applications, [kernel, stdlib, emqx, emqx_gateway]},
     {applications, [kernel, stdlib, emqx, emqx_gateway]},
     {env, []},
     {env, []},

+ 1 - 1
apps/emqx_gateway_exproto/src/emqx_gateway_exproto.app.src

@@ -1,6 +1,6 @@
 {application, emqx_gateway_exproto, [
 {application, emqx_gateway_exproto, [
     {description, "ExProto Gateway"},
     {description, "ExProto Gateway"},
-    {vsn, "0.1.3"},
+    {vsn, "0.1.4"},
     {registered, []},
     {registered, []},
     {applications, [kernel, stdlib, grpc, emqx, emqx_gateway]},
     {applications, [kernel, stdlib, grpc, emqx, emqx_gateway]},
     {env, []},
     {env, []},

+ 1 - 1
apps/emqx_gateway_mqttsn/src/emqx_gateway_mqttsn.app.src

@@ -1,6 +1,6 @@
 {application, emqx_gateway_mqttsn, [
 {application, emqx_gateway_mqttsn, [
     {description, "MQTT-SN Gateway"},
     {description, "MQTT-SN Gateway"},
-    {vsn, "0.1.3"},
+    {vsn, "0.1.4"},
     {registered, []},
     {registered, []},
     {applications, [kernel, stdlib, emqx, emqx_gateway]},
     {applications, [kernel, stdlib, emqx, emqx_gateway]},
     {env, []},
     {env, []},