diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp index be6405ba..1678ed4c 100644 --- a/src/connectivity_tool/conn_tool.cpp +++ b/src/connectivity_tool/conn_tool.cpp @@ -104,7 +104,7 @@ struct response_schema "\"time_started\": " << ce.time_started << ", " "\"last_recv\": " << ce.last_recv << ", " "\"last_send\": " << ce.last_send << ", " - "\"version\": " << ce.version << ", " + "\"version\": \"" << ce.version << "\", " "\"is_income\": " << ce.is_income << "}"; if(rs.ns_rsp.v.connections_list.size()-1 != i) ss << ","; diff --git a/utils/update_alert.json b/utils/update_alert.json index ae3eed36..57641f30 100644 --- a/utils/update_alert.json +++ b/utils/update_alert.json @@ -1,11 +1,11 @@ { - "maj":0, - "min":3, + "maj":1, + "min":0, "rev":0, - "build":1663, + "build":8, "cs":[ { - "build":1662, + "build":7, "mode":3 } ]