Skip to content

Commit b548703

Browse files
committed
fix: Prepare 4.0.5 release
1 parent d082fdc commit b548703

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4"
4+
#define DALLASTEMPLIBVERSION "4.0.5"
55

66
// Configuration
77
#ifndef REQUIRESNEW

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
{
3333
"paulstoffregen/OneWire": "^2.3.5"
3434
},
35-
"version": "4.0.4",
36-
"license": "MIT",
35+
"version": "4.0.5",
36+
"license": "MIT",
3737
"frameworks": "arduino",
3838
"platforms": "*",
3939
"headers": "DallasTemperature.h"

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.4
2+
version=4.0.5
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)