Skip to content

Commit a28a250

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 <mail@milesburton.com>, Tim Newsome <nuisance@casualhacker.net>, Guil Barros <gfbarros@bappos.com>, Rob Tillaart <rob.tillaart@gmail.com>
44
maintainer=Miles Burton <mail@milesburton.com>
55
sentence=Arduino library for Dallas/Maxim temperature ICs

0 commit comments

Comments
 (0)