From 0cf237c7e53435fceebd595a35052f2bbe0f0f5d Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 13 Nov 2016 19:08:13 +0100 Subject: [PATCH] Bump to Version 1.0.1 --- examples/Wifinfo/Wifinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Wifinfo/Wifinfo.h b/examples/Wifinfo/Wifinfo.h index 6c7d601..aa32f3f 100644 --- a/examples/Wifinfo/Wifinfo.h +++ b/examples/Wifinfo/Wifinfo.h @@ -50,7 +50,7 @@ extern "C" { #define DEBUG_SERIAL Serial1 #define DEBUG_SERIAL1 -#define WIFINFO_VERSION "1.0.0" +#define WIFINFO_VERSION "1.0.1" // I prefix debug macro to be sure to use specific for THIS library // debugging, this should not interfere with main sketch or other