From c4f29ae095932cf8156871905c523fdafb7a261b Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Mon, 31 Jan 2022 11:19:15 +0100 Subject: [PATCH] Bump version to 1.2.0 --- atmega_duck/config.h | 2 +- esp_duck/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atmega_duck/config.h b/atmega_duck/config.h index 50b41ea..45ce022 100644 --- a/atmega_duck/config.h +++ b/atmega_duck/config.h @@ -5,7 +5,7 @@ #pragma once -#define VERSION "1.1.0" +#define VERSION "1.2.0" /* ===== Serial Bridge ===== */ // #define BRIDGE_ENABLE diff --git a/esp_duck/config.h b/esp_duck/config.h index 2c88cb0..55cfa40 100644 --- a/esp_duck/config.h +++ b/esp_duck/config.h @@ -5,7 +5,7 @@ #pragma once -#define VERSION "1.1.0" +#define VERSION "1.2.0" /*! ===== DEBUG Settings ===== */ // #define ENABLE_DEBUG