Skip to content

Commit

Permalink
Update version number to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bogde committed Nov 24, 2021
1 parent 5500efd commit 01e8a1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/bogde/HX711.git"
},
"version": "0.7.4",
"version": "0.7.5",
"exclude": "tests",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=HX711 Arduino Library
version=0.7.4
version=0.7.5
author=Bogdan Necula <[email protected]>, Andreas Motl <[email protected]>
maintainer=Bogdan Necula <[email protected]>
sentence=Library to interface the Avia Semiconductor HX711 ADC.
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include_dir = src

[config]
build_flags =
-D VERSION=0.7.4
-D VERSION=0.7.5
-D DEBUG=1

src_filter =
Expand Down

0 comments on commit 01e8a1e

Please sign in to comment.