From 2ca15ad8d39ccd79b2afe5a90c828e6e20d53028 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 14 Dec 2020 17:06:00 +0100 Subject: [PATCH] Release v1.2.0 --- api/ArduinoAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ArduinoAPI.h b/api/ArduinoAPI.h index fe998604..699df1dd 100644 --- a/api/ArduinoAPI.h +++ b/api/ArduinoAPI.h @@ -20,8 +20,8 @@ #ifndef ARDUINO_API_H #define ARDUINO_API_H -// version 1.1.0 -#define ARDUINO_API_VERSION 10100 +// version 1.2.0 +#define ARDUINO_API_VERSION 10200 #include "Binary.h"