diff --git a/library.json b/library.json index 2a2617f..c0ede30 100755 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "arduino-mhz19", - "version": "2.0.1", + "version": "2.0.2", "description": "Arduino library for Winsen MH-Z19 – infrared carbon dioxide sensor. The library allows using the sensor over hardware or software UART on any board that supports Arduino.", "keywords": [ "arduino", @@ -28,6 +28,6 @@ "platforms": "*", "dependencies": {}, "export": { - "include": ["LICENSE", "include", "src", "examples/**/*.ino"] + "include": ["LICENSE", "src", "examples/**/*.ino"] } } diff --git a/library.properties b/library.properties index e931af1..4d27cab 100755 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Mhz19 -version=2.0.1 +version=2.0.2 author=Eduard Malokhvii maintainer=Eduard Malokhvii sentence=Library for Winsen MH-Z19 – infrared carbon dioxide sensor.