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