From e02cb26a256887b81739a0742661c8b81186a7d9 Mon Sep 17 00:00:00 2001 From: Resinchem <55962781+Resinchem@users.noreply.github.com> Date: Sun, 27 Nov 2022 19:06:22 -0500 Subject: [PATCH] Fix for version number --- src/parking_assistant.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parking_assistant.ino b/src/parking_assistant.ino index 179d558..a05c31b 100644 --- a/src/parking_assistant.ino +++ b/src/parking_assistant.ino @@ -2,8 +2,8 @@ * ESP8266 Parking Assistant * Includes captive portal and OTA Updates * This provides code for an ESP8266 controller for WS2812b LED strips - * Version: 0.33 - * Last Updated: 11/18/2022 + * Version: 0.34 + * Last Updated: 11/27/2022 * ResinChem Tech - Released under GNU General Public License v3.0. There is no guarantee or warranty, either expressed or implied, as to the * suitability or utilization of this project, or as to the condition of this project, or whether it will be suitable to the users purposes or needs. * Use is solely at the end user's risk. @@ -25,7 +25,7 @@ #ifdef ESP32 #include #endif -#define VERSION "v0.32 (ESP8266)" +#define VERSION "v0.34 (ESP8266)" // ================================ // User Defined values and options