From 742b77822ac6031e4ff03a1e17fb31e7d287072f Mon Sep 17 00:00:00 2001 From: Viet Dzung Date: Sun, 1 Mar 2020 13:43:30 +0700 Subject: [PATCH] Release version 0.5.0 --- src/mitsubishi2mqtt/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mitsubishi2mqtt/config.h b/src/mitsubishi2mqtt/config.h index a4b8add..2fa33f7 100644 --- a/src/mitsubishi2mqtt/config.h +++ b/src/mitsubishi2mqtt/config.h @@ -3,7 +3,7 @@ * */ -const PROGMEM char* m2mqtt_version = "0.4.9.3"; +const PROGMEM char* m2mqtt_version = "0.5.0"; //Define global variables for files const PROGMEM char* wifi_conf = "wifi.json";