From 0c853c5cded2768122fae258d42b2b4c06cdb3b1 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 23 Jan 2024 09:29:32 +0100 Subject: [PATCH] Release v1.5.0 --- api/ArduinoAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ArduinoAPI.h b/api/ArduinoAPI.h index c1ce5d2d..eae69497 100644 --- a/api/ArduinoAPI.h +++ b/api/ArduinoAPI.h @@ -20,8 +20,8 @@ #ifndef ARDUINO_API_H #define ARDUINO_API_H -// version 1.4.2 -#define ARDUINO_API_VERSION 10402 +// version 1.5.0 +#define ARDUINO_API_VERSION 10500 #include "Binary.h"