Skip to content

Commit 09bd25c

Browse files
committed
Another fix to the library.json dependencies
1 parent 180bbae commit 09bd25c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "EnviroDIY_ModularSensors",
3+
"version": "0.5.3-beta",
34
"description": "A library that allows acces to multiple sensors through a unified interface. This allows the user to simply access many sensors to log the data or send the data to data repositories like the EnviroDIY data portal.",
45
"keywords": "sensor, modular, sensors, logger, low power, sleeping, EnviroDIY",
56
"platforms": "atmelavr",
@@ -18,7 +19,6 @@
1819
"url": "https://envirodiy.org/"
1920
}
2021
],
21-
"version": "0.5.2-beta",
2222
"repository":
2323
{
2424
"type": "git",
@@ -141,7 +141,7 @@
141141
]
142142
},
143143
{
144-
"name": "EnviroDIY_SDI12_ExtInts",
144+
"name": "Arduino-SDI-12_ExtInts",
145145
"version": "https://github.com/EnviroDIY/Arduino-SDI-12.git#ExtInts",
146146
"note": "EnviroDIY SDI-12 Library, dependent on external library for interrupts",
147147
"authors": [
@@ -162,7 +162,7 @@
162162
"name": "SensorModbusMaster",
163163
"library id": "1824",
164164
"url": "https://github.com/EnviroDIY/SensorModbusMaster.git",
165-
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as master.",
165+
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
166166
"authors": [
167167
"Sara Damiano"
168168
]

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EnviroDIY_ModularSensors
2-
version=0.5.2-beta
2+
version=0.5.3-beta
33
author=Sara Damiano <sdamiano@stroudcenter.org>, Shannon Hicks <shicks@stroudcenter.org>
44
maintainer=Sara Damiano <sdamiano@stroudcenter.org>
55
sentence=A library that allows acces to multiple sensors through a unified interface.

0 commit comments

Comments
 (0)