diff --git a/README.md b/README.md index 9b29778..3988d3d 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 3e3aa35..1e7ebd7 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;