diff --git a/library.json b/library.json index 9c70a9f..091f856 100644 --- a/library.json +++ b/library.json @@ -15,10 +15,7 @@ "type": "git", "url": "https://github.com/RobTillaart/Temperature" }, - "version":"0.2.1", + "version":"0.2.2", "frameworks": "arduino", - "platforms": "*", - "export": { - "include": "Temperature" - } + "platforms": "*" } diff --git a/library.properties b/library.properties index be2e582..afb985b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Temperature -version=0.2.1 +version=0.2.2 author=Rob Tillaart maintainer=Rob Tillaart sentence=Library with weather related functions. diff --git a/temperature.h b/temperature.h index fb24d06..7a1f2af 100644 --- a/temperature.h +++ b/temperature.h @@ -1,7 +1,7 @@ #pragma once // // FILE: temperature.h -// VERSION: 0.2.1 +// VERSION: 0.2.2 // PURPOSE: temperature functions // // HISTORY: @@ -11,9 +11,9 @@ // replaced obsolete links with new ones, // tested and removed some code // 0.2.1 2020-05-26 added windchill formulas -// +// 0.2.2 2020-06-19 fix library.json -#define TEMPERATURE_VERSION "0.2.1" +#define TEMPERATURE_VERSION "0.2.2" inline float Fahrenheit(float celsius) {