Skip to content

Commit f69aaf1

Browse files
chore(release): bump up version to 2.0.2
1 parent 15f229e commit f69aaf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-mhz19",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"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.",
55
"keywords": [
66
"arduino",
@@ -28,6 +28,6 @@
2828
"platforms": "*",
2929
"dependencies": {},
3030
"export": {
31-
"include": ["LICENSE", "include", "src", "examples/**/*.ino"]
31+
"include": ["LICENSE", "src", "examples/**/*.ino"]
3232
}
3333
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Mhz19
2-
version=2.0.1
2+
version=2.0.2
33
author=Eduard Malokhvii <malokhvii.ee@gmail.com>
44
maintainer=Eduard Malokhvii <malokhvii.ee@gmail.com>
55
sentence=Library for Winsen MH-Z19 – infrared carbon dioxide sensor.

0 commit comments

Comments
 (0)