From 8d3594e0a8d8e2c9624b454198f1cce0b03b97fe Mon Sep 17 00:00:00 2001 From: Vladyslav Goncharuk Date: Wed, 24 Jul 2024 01:18:02 +0300 Subject: [PATCH] Release v.1.0.28 Signed-off-by: Vladyslav Goncharuk --- README.md | 4 ++-- dltmessageanalyzerplugin/src/dltmessageanalyzerplugin.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b29778e..3988d3d2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ---- -## v.1.0.27 released! +## v.1.0.28 released! -Checkout the ['plot view'](./md/plot_view/plot_view.md#plot-view) feature! +Checkout the ['Gantt chart'](./md/plot_view/plot_view.md#gantt-charts) support! ---- diff --git a/dltmessageanalyzerplugin/src/dltmessageanalyzerplugin.hpp b/dltmessageanalyzerplugin/src/dltmessageanalyzerplugin.hpp index 3e3aa350..1e7ebd7e 100644 --- a/dltmessageanalyzerplugin/src/dltmessageanalyzerplugin.hpp +++ b/dltmessageanalyzerplugin/src/dltmessageanalyzerplugin.hpp @@ -16,7 +16,7 @@ #include "common/Definitions.hpp" #define DLT_MESSAGE_ANALYZER_NAME "DLT-Message-Analyzer" -#define DLT_MESSAGE_ANALYZER_PLUGIN_VERSION "1.0.27" +#define DLT_MESSAGE_ANALYZER_PLUGIN_VERSION "1.0.28" #define DLT_MESSAGE_ANALYZER_PLUGIN_AUTHOR "Vladyslav Goncharuk " class CDLTMessageAnalyzer;