From e7dad97f79a1da0a4f4651298a3c634fa6351af5 Mon Sep 17 00:00:00 2001 From: Simon Pucheu <104694344+6moon9@users.noreply.github.com> Date: Sat, 19 Nov 2022 18:23:00 +0100 Subject: [PATCH] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index ba87c4f..3fd81aa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Bluetooth -version=1.0.0 +version=1.1.0 author=Simon Pucheu maintainer=Simon Pucheu sentence=This is an ideal Arduino library for Bluetooth communication. @@ -8,4 +8,4 @@ category=Communication url=https://github.com/6moon9/Bluetooth architectures=avr includes=Bluetooth.h -depends=Json, SoftwareSerial \ No newline at end of file +depends=ArduinoJson, SoftwareSerial