Skip to content

Commit

Permalink
chore(release): bump up version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malokhvii-eduard committed Jan 16, 2022
1 parent 15f229e commit f69aaf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -28,6 +28,6 @@
"platforms": "*",
"dependencies": {},
"export": {
"include": ["LICENSE", "include", "src", "examples/**/*.ino"]
"include": ["LICENSE", "src", "examples/**/*.ino"]
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Mhz19
version=2.0.1
version=2.0.2
author=Eduard Malokhvii <[email protected]>
maintainer=Eduard Malokhvii <[email protected]>
sentence=Library for Winsen MH-Z19 – infrared carbon dioxide sensor.
Expand Down

0 comments on commit f69aaf1

Please sign in to comment.