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] 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 +}