From 0aeb05f2470f6439358e7069d8764fdde54f47b7 Mon Sep 17 00:00:00 2001 From: Nicolas Rabault Date: Wed, 13 Dec 2023 19:22:32 +0100 Subject: [PATCH] Fix luos engine revision used by Led services --- Arduino/lib/Led/library.json | 4 ++-- NUCLEO-F072RB/lib/Led/library.json | 4 ++-- NUCLEO-F401RE/lib/Led/library.json | 4 ++-- NUCLEO-F410RB/lib/Led/library.json | 4 ++-- NUCLEO-G431KB/lib/Led/library.json | 4 ++-- NUCLEO-L432KC/lib/Led/library.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Arduino/lib/Led/library.json b/Arduino/lib/Led/library.json index ce34cbf..2a8f66f 100644 --- a/Arduino/lib/Led/library.json +++ b/Arduino/lib/Led/library.json @@ -9,6 +9,6 @@ }, "licence": "MIT", "dependencies": { - "luos/luos_engine": "^2.9.0" + "luos/luos_engine": "^3.0.0" } -} \ No newline at end of file +} diff --git a/NUCLEO-F072RB/lib/Led/library.json b/NUCLEO-F072RB/lib/Led/library.json index ce34cbf..2a8f66f 100644 --- a/NUCLEO-F072RB/lib/Led/library.json +++ b/NUCLEO-F072RB/lib/Led/library.json @@ -9,6 +9,6 @@ }, "licence": "MIT", "dependencies": { - "luos/luos_engine": "^2.9.0" + "luos/luos_engine": "^3.0.0" } -} \ No newline at end of file +} diff --git a/NUCLEO-F401RE/lib/Led/library.json b/NUCLEO-F401RE/lib/Led/library.json index ce34cbf..2a8f66f 100644 --- a/NUCLEO-F401RE/lib/Led/library.json +++ b/NUCLEO-F401RE/lib/Led/library.json @@ -9,6 +9,6 @@ }, "licence": "MIT", "dependencies": { - "luos/luos_engine": "^2.9.0" + "luos/luos_engine": "^3.0.0" } -} \ No newline at end of file +} diff --git a/NUCLEO-F410RB/lib/Led/library.json b/NUCLEO-F410RB/lib/Led/library.json index ce34cbf..2a8f66f 100644 --- a/NUCLEO-F410RB/lib/Led/library.json +++ b/NUCLEO-F410RB/lib/Led/library.json @@ -9,6 +9,6 @@ }, "licence": "MIT", "dependencies": { - "luos/luos_engine": "^2.9.0" + "luos/luos_engine": "^3.0.0" } -} \ No newline at end of file +} diff --git a/NUCLEO-G431KB/lib/Led/library.json b/NUCLEO-G431KB/lib/Led/library.json index ce34cbf..2a8f66f 100644 --- a/NUCLEO-G431KB/lib/Led/library.json +++ b/NUCLEO-G431KB/lib/Led/library.json @@ -9,6 +9,6 @@ }, "licence": "MIT", "dependencies": { - "luos/luos_engine": "^2.9.0" + "luos/luos_engine": "^3.0.0" } -} \ No newline at end of file +} diff --git a/NUCLEO-L432KC/lib/Led/library.json b/NUCLEO-L432KC/lib/Led/library.json index ce34cbf..2a8f66f 100644 --- a/NUCLEO-L432KC/lib/Led/library.json +++ b/NUCLEO-L432KC/lib/Led/library.json @@ -9,6 +9,6 @@ }, "licence": "MIT", "dependencies": { - "luos/luos_engine": "^2.9.0" + "luos/luos_engine": "^3.0.0" } -} \ No newline at end of file +}