Skip to content

Commit a28a250

Browse files
committed
docs: Bump the minor version following the devcontainer changes
1 parent 2215b86 commit a28a250

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DallasTemperature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef DallasTemperature_h
22
#define DallasTemperature_h
33

4-
#define DALLASTEMPLIBVERSION "4.0.3"
4+
#define DALLASTEMPLIBVERSION "4.0.4"
55

66
// Configuration
77
#ifndef REQUIRESNEW

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"paulstoffregen/OneWire": "^2.3.5"
3434
},
35-
"version": "4.0.3",
35+
"version": "4.0.4",
3636
"frameworks": "arduino",
3737
"platforms": "*"
3838
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=DallasTemperature
2-
version=4.0.3
2+
version=4.0.4
33
author=Miles Burton <[email protected]>, Tim Newsome <[email protected]>, Guil Barros <[email protected]>, Rob Tillaart <[email protected]>
44
maintainer=Miles Burton <[email protected]>
55
sentence=Arduino library for Dallas/Maxim temperature ICs

0 commit comments

Comments
 (0)