From 01e8a1e8eb22d4380f83194e266a2f75ea0c993c Mon Sep 17 00:00:00 2001 From: Bogdan Necula Date: Wed, 24 Nov 2021 17:49:58 +0200 Subject: [PATCH] Update version number to 0.7.5 --- library.json | 2 +- library.properties | 2 +- platformio.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 27ea4c9..6758649 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index 4aefa88..03315e0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HX711 Arduino Library -version=0.7.4 +version=0.7.5 author=Bogdan Necula , Andreas Motl maintainer=Bogdan Necula sentence=Library to interface the Avia Semiconductor HX711 ADC. diff --git a/platformio.ini b/platformio.ini index 2af6784..e4a09f6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 =