From adee4159797ecc4df55d38fb0874a20cf388aaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sat, 16 Mar 2024 18:55:01 +0100 Subject: [PATCH 1/2] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 05eab9a..3896d37 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CatGFX -version=0.0.2 +version=0.0.3 author=Claus Naeveke maintainer=Claus Naeveke sentence=Adafruit GFX compatible arduino library for using cat thermal printers with the ESP32 @@ -7,4 +7,4 @@ paragraph==Adafruit GFX compatible arduino library for using cat themed BLE ther category=Device Control url=https://github.com/TheNitek/CatGFX architectures=esp32 -depends=Adafruit GFX Library, Adafruit BusIO \ No newline at end of file +depends=Adafruit GFX Library, Adafruit BusIO From 20bd4e2a0fe796a4f44758d17f35914b0c25bd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sat, 16 Mar 2024 18:55:48 +0100 Subject: [PATCH 2/2] Update library.json --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 855e180..5aa8ce2 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "CatGFX", - "version": "0.0.2", + "version": "0.0.3", "description":"Adafruit GFX compatible arduino library for using cat thermal printers with the ESP32 .", "keywords":"Arduino,ESP32,Cat,ThermalPrinter,Printer,BLE", "license": "Unlicense", @@ -33,4 +33,4 @@ "files": ["demo.ino"] } ] -} \ No newline at end of file +}