Skip to content

Commit

Permalink
Create release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Jun 20, 2021
1 parent 348c584 commit cbcef5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Erriez DHT22 library for Arduino"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.2.1
PROJECT_NUMBER = 1.2.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Binary file modified ErriezDHT22.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ErriezDHT22",
"version": "1.2.1",
"version": "1.2.2",
"keywords": "arduino, library, dht22, am2302, am2303, temperature, humidity, sensor, average, build scripts, documentation, examples",
"description": "Optimized DHT22 - AM2302/AM2303 temperature and relative humidity sensor library for Arduino",
"homepage": "https://github.com/Erriez/ErriezDHT22",
Expand All @@ -22,4 +22,4 @@
"espressif8266",
"espressif32"
]
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Erriez DHT22 Temperature & Humidity
version=1.2.1
version=1.2.2
author=Erriez <[email protected]>
maintainer=Erriez <[email protected]>
sentence=DHT22 temperature and relative humidity sensor library for Arduino
Expand Down

0 comments on commit cbcef5f

Please sign in to comment.