From ef2754c8832b709d2124d515eb8ebc15d011f3a4 Mon Sep 17 00:00:00 2001 From: nidayand Date: Fri, 9 Mar 2018 15:03:24 +0100 Subject: [PATCH] Updated version --- motor_on_a_roller_blind-ws.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motor_on_a_roller_blind-ws.ino b/motor_on_a_roller_blind-ws.ino index 9b3bee2..744c869 100644 --- a/motor_on_a_roller_blind-ws.ino +++ b/motor_on_a_roller_blind-ws.ino @@ -21,7 +21,7 @@ String APpw = "nidayand"; //Hardcoded password for access point //---------------------------------------------------- // Version number for checking if there are new code releases and notifying the user -String version = "1.3.0"; +String version = "1.3.1"; NidayandHelper helper = NidayandHelper();