diff --git a/LCD.cpp b/LCD.cpp index ac7c766..13c3e61 100644 --- a/LCD.cpp +++ b/LCD.cpp @@ -27,7 +27,7 @@ // backpacks such as the I2CLCDextraIO using the PCF8574* I2C IO Expander ASIC. // // -// @version API 1.0.0 +// @version API 1.1.0 // // @author F. Malpartida - fmalpartida@gmail.com // --------------------------------------------------------------------------- diff --git a/LCD.h b/LCD.h index 3e80acd..39666ef 100644 --- a/LCD.h +++ b/LCD.h @@ -27,7 +27,7 @@ // backpacks such as the I2CLCDextraIO using the PCF8574* I2C IO Expander ASIC. // // -// @version API 1.0.0 +// @version API 1.1.0 // // // @author F. Malpartida - fmalpartida@gmail.com