Skip to content

Commit

Permalink
Fix for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Resinchem committed Nov 28, 2022
1 parent 574a191 commit e02cb26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/parking_assistant.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -25,7 +25,7 @@
#ifdef ESP32
#include <SPIFFS.h>
#endif
#define VERSION "v0.32 (ESP8266)"
#define VERSION "v0.34 (ESP8266)"

// ================================
// User Defined values and options
Expand Down

0 comments on commit e02cb26

Please sign in to comment.