From 095a73605110830440100c8cf90eb249396260c3 Mon Sep 17 00:00:00 2001 From: RobTillaart Date: Sun, 7 Jan 2018 19:06:35 +0100 Subject: [PATCH] fix version number --- libraries/DHTstable/dht.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/DHTstable/dht.h b/libraries/DHTstable/dht.h index df05259a..7869987a 100644 --- a/libraries/DHTstable/dht.h +++ b/libraries/DHTstable/dht.h @@ -1,7 +1,7 @@ // // FILE: dht.h // AUTHOR: Rob Tillaart -// VERSION: 0.2.1 +// VERSION: 0.2.2 // PURPOSE: DHT Temperature & Humidity Sensor library for Arduino // URL: https://github.com/RobTillaart/Arduino/tree/master/libraries/DHTstable // @@ -18,7 +18,7 @@ #include #endif -#define DHT_LIB_VERSION "0.2.1 - dhtstable" +#define DHT_LIB_VERSION "0.2.2 - dhtstable" #define DHTLIB_OK 0 #define DHTLIB_ERROR_CHECKSUM -1