Skip to content

Commit 546a3b4

Browse files
committed
Tick version
1 parent ab8b288 commit 546a3b4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

components/robusto/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.3.1"
1+
version: "2.1.0"
22
description: "Robusto framework"
33
url: "https://github.com/RobustoFramework"
44
repository: "https://github.com/RobustoFramework/Robusto.git"
@@ -9,7 +9,7 @@ dependencies:
99
espressif/esp_modem: "^1"
1010
jgromes/radiolib: "^6.4"
1111
# Screen support
12-
lvgl/lvgl: "^8"
12+
lvgl/lvgl: "^9"
1313
espressif/esp_lvgl_port: "^2"
1414
espressif/esp_lcd_sh1107: "^1"
1515
maintainers:

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robusto",
3-
"version": "1.3.1",
3+
"version": "2.1.0",
44
"description": "The Robusto framework.",
55
"keywords": "framework, microcontrollers",
66
"repository": {
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "lvgl/lvgl",
28-
"version": "~8.4.0",
28+
"version": "~9.2.2",
2929
"platforms": ["espressif32"]
3030

3131
},

0 commit comments

Comments
 (0)