Skip to content

Commit 01e8a1e

Browse files
committed
Update version number to 0.7.5
1 parent 5500efd commit 01e8a1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/bogde/HX711.git"
88
},
9-
"version": "0.7.4",
9+
"version": "0.7.5",
1010
"exclude": "tests",
1111
"examples": "examples/*/*.ino",
1212
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=HX711 Arduino Library
2-
version=0.7.4
2+
version=0.7.5
33
author=Bogdan Necula <bogde@bogde.ro>, Andreas Motl <andreas.motl@elmyra.de>
44
maintainer=Bogdan Necula <bogde@bogde.ro>
55
sentence=Library to interface the Avia Semiconductor HX711 ADC.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include_dir = src
1414

1515
[config]
1616
build_flags =
17-
-D VERSION=0.7.4
17+
-D VERSION=0.7.5
1818
-D DEBUG=1
1919

2020
src_filter =

0 commit comments

Comments
 (0)