Skip to content

Commit

Permalink
v0.7.0 added tags and library revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Aug 3, 2023
1 parent a938df6 commit 1a7980e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CanAirIO Air Quality Sensors Library",
"version": "0.6.9",
"version": "0.7.0",
"homepage":"https://canair.io",
"keywords":
[
Expand All @@ -15,6 +15,7 @@
"hpma115",
"IKEA",
"Vindriktning",
"Geiger",
"PMS7003",
"PMS5003",
"AM2320",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CanAirIO Air Quality Sensors Library
version=0.6.9
version=0.7.0
author=@hpsaturn, CanAirIO project <[email protected]>
maintainer=Antonio Vanegas <[email protected]>
url=https://github.com/kike-canaries/canairio_sensorlib
Expand Down
4 changes: 2 additions & 2 deletions src/Sensors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <dht_nonblocking.h>
#endif

#define CSL_VERSION "0.6.9"
#define CSL_REVISION 376
#define CSL_VERSION "0.7.0"
#define CSL_REVISION 377

/***************************************************************
* S E T U P E S P 3 2 B O A R D S A N D F I E L D S
Expand Down

0 comments on commit 1a7980e

Please sign in to comment.