diff --git a/README.md b/README.md index 66a7457..a282711 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Arduino IDE: * https://blog.aprbrother.com/product/esp-flasher-r4 * Clone/download the source. * Add these libraries: - * ArduinoJson library 5.11.0 by Benoit Blanchon + * ArduinoJson library 5.13.1 by Benoit Blanchon * https://github.com/bblanchon/ArduinoJson * ESP8266FtpServer.h * https://github.com/exploitagency/esp8266FTPServer/tree/feature/bbx10_speedup diff --git a/Source Code/esprfidtool/version.h b/Source Code/esprfidtool/version.h index 047ab8c..1b25dbc 100644 --- a/Source Code/esprfidtool/version.h +++ b/Source Code/esprfidtool/version.h @@ -1,2 +1,2 @@ -String version = "1.1.8"; +String version = "1.1.9"; String APIversion = "1.0.1";