Skip to content

Commit ca4adcc

Browse files
committed
Bump version to 3.10.0
1 parent 8810931 commit ca4adcc

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This library supports the following devices :
1010
* DS1822
1111
* DS1820
1212
* MAX31820
13+
* MAX31850
1314

1415

1516
You will need a pull-up resistor of about 5 KOhm between the 1-Wire data line

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "DallasTemperature",
33
"keywords": "onewire, 1-wire, bus, sensor, temperature",
4-
"description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)",
4+
"description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820, MAX31850)",
55
"repository":
66
{
77
"type": "git",
@@ -32,7 +32,7 @@
3232
{
3333
"paulstoffregen/OneWire": "^2.3.5"
3434
},
35-
"version": "3.9.1",
35+
"version": "3.10.0",
3636
"frameworks": "arduino",
3737
"platforms": "*"
3838
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=DallasTemperature
2-
version=3.9.0
2+
version=3.10.0
33
author=Miles Burton <miles@mnetcs.com>, Tim Newsome <nuisance@casualhacker.net>, Guil Barros <gfbarros@bappos.com>, Rob Tillaart <rob.tillaart@gmail.com>
44
maintainer=Miles Burton <miles@mnetcs.com>
55
sentence=Arduino Library for Dallas Temperature ICs
6-
paragraph=Supports DS18B20, DS18S20, DS1822, DS1820
6+
paragraph=Supports DS18B20, DS18S20, DS1822, DS1820, MAX31850
77
category=Sensors
88
url=https://github.com/milesburton/Arduino-Temperature-Control-Library
99
architectures=*

0 commit comments

Comments
 (0)