diff --git a/platformio.ini b/platformio.ini index ea269f8..53d28e1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -28,9 +28,9 @@ build_type = release ; ~/Projects2/Plant133/lib/watering lib_deps = watering - og3@0.2.0 - og3x-oled@0.1.3 - og3x-shtc3@0.2.0 + og3@^0.2.0 + og3x-oled@^0.2.0 + og3x-shtc3@^0.2.0 adafruit/Adafruit BusIO adafruit/Adafruit SHTC3 Library adafruit/Adafruit Unified Sensor diff --git a/src/main.cpp b/src/main.cpp index 7c9ba9a..9b1a15f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ #include "watering.h" -#define SW_VERSION "0.7.0" +#define SW_VERSION "0.7.1" namespace {