From 85c5e786a4a41257d03a701828626ad77514b941 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 9 Nov 2020 10:30:14 +0100 Subject: [PATCH] fix(library.json) set the version to the last release platform.io haven't recognized the last version https://forum.lvgl.io/t/platformio-repository-for-lvgl-not-updating/3607 --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 31a87f814..e1b2f03d1 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "lvgl", - "version": "7.7.2", + "version": "7.7.1", "keywords": "graphics, gui, embedded, tft, lvgl", "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.", "repository": {