Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdivitto committed Dec 9, 2020
1 parent d8215bb commit 1b32462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FabGL",
"keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display",
"keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, ILI9341, ST7789, OLED, DS3231, I2S, I2C, 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":
{
Expand All @@ -16,7 +16,7 @@
"maintainer": true
}
],
"version": "0.9.0",
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "espressif32"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=FabGL
version=0.9.0
version=1.0.0
author=Fabrizio Di Vittorio <[email protected]>
maintainer=Fabrizio Di Vittorio <[email protected]>
sentence=VGA, SSD1306 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, SSD1306 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
sentence=VGA, SSD1306 ILI9341 ST7789 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, SSD1306 ILI9341 ST7789 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
Expand Down

0 comments on commit 1b32462

Please sign in to comment.