Skip to content

Commit

Permalink
0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Jul 9, 2022
1 parent e8333de commit 3af4725
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https:/lovyan03/LovyanGFX.git"
},
"version": "0.4.17",
"version": "0.4.18",
"frameworks": ["arduino", "espidf"],
"platforms": ["espressif32", "espressif8266", "atmelsam"],
"headers": "LovyanGFX.hpp",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LovyanGFX
version=0.4.17
version=0.4.18
author=lovyan03
maintainer=lovyan03
sentence=TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040
Expand Down
2 changes: 1 addition & 1 deletion src/lgfx/v0/gitTagVersion.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LGFX_VERSION_MAJOR 0
#define LGFX_VERSION_MINOR 4
#define LGFX_VERSION_PATCH 17
#define LGFX_VERSION_PATCH 18
#define LOVYANGFX_VERSION F( LGFX_VERSION_MAJOR "." LGFX_VERSION_MINOR "." LGFX_VERSION_PATCH )
2 changes: 1 addition & 1 deletion src/lgfx/v1/gitTagVersion.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LGFX_VERSION_MAJOR 1
#define LGFX_VERSION_MINOR 0
#define LGFX_VERSION_PATCH 17
#define LGFX_VERSION_PATCH 18
#define LOVYANGFX_VERSION F( LGFX_VERSION_MAJOR "." LGFX_VERSION_MINOR "." LGFX_VERSION_PATCH )

0 comments on commit 3af4725

Please sign in to comment.