diff --git a/library.json b/library.json index df09db419..e34300d4d 100755 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "FabGL", - "keywords": "sprite, terminal, VT100, ansi, keyboard, mouse, VGA, I2S, game, engine, PS2, graphics, font, arduino, esp32, display", - "description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Game Engine and ANSI/VT Terminal for the ESP32.", + "keywords": "sprite, terminal, VT100, ansi, keyboard, mouse, VGA, I2S, game, engine, PS2, graphics, audio, sound, font, arduino, esp32, display", + "description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32.", "repository": { "type": "git", @@ -16,7 +16,7 @@ "maintainer": true } ], - "version": "0.4.0", + "version": "0.6.0", "frameworks": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index 81d33ee62..58878cbde 100755 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=FabGL -version=0.4.0 +version=0.6.0 author=Fabrizio Di Vittorio maintainer=Fabrizio Di Vittorio -sentence=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Game Engine and ANSI/VT Terminal for the ESP32 -paragraph=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Game Engine and ANSI/VT Terminal for the ESP32 +sentence=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32 +paragraph=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32 url=https://github.com/fdivitto/fabgl architectures=esp32 includes=fabgl.h