From 4e16129430b77cf6eecfc7fe7d3374e810a433b0 Mon Sep 17 00:00:00 2001 From: lumapu Date: Tue, 16 May 2023 20:50:35 +0200 Subject: [PATCH] merge PR #934 (fix JSON API) and #944 (update manual) --- src/CHANGES.md | 3 +++ src/defines.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index 9f83f7e7..94b1d10a 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,5 +1,8 @@ # Development Changes +## 0.6.13 - 2023-05-16 +* merge PR #934 (fix JSON API) and #944 (update manual) + ## 0.6.12 - 2023-04-28 * improved MqTT * fix menu active item diff --git a/src/defines.h b/src/defines.h index cf9395d5..22f5c8fb 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 6 -#define VERSION_PATCH 12 +#define VERSION_PATCH 13 //------------------------------------- typedef struct {