From 0bb01afceb14926437da1809a381251b1c2eac37 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 17 Nov 2020 14:35:34 +0100 Subject: [PATCH] Release 1.1.0 --- api/ArduinoAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ArduinoAPI.h b/api/ArduinoAPI.h index 2029617e..fe998604 100644 --- a/api/ArduinoAPI.h +++ b/api/ArduinoAPI.h @@ -20,8 +20,8 @@ #ifndef ARDUINO_API_H #define ARDUINO_API_H -// version 1.0.0 -#define ARDUINO_API_VERSION 10001 +// version 1.1.0 +#define ARDUINO_API_VERSION 10100 #include "Binary.h"