From 491961daf16015e88f53ead056001f8ddf2f7e21 Mon Sep 17 00:00:00 2001 From: Mentalflow <312902918@qq.com> Date: Sun, 31 Mar 2024 14:44:59 +0800 Subject: [PATCH] Project: Bump to 1.0.5. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 414d60e..99fe6fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(ProtocolParser_APP VERSION 1.0.4 LANGUAGES CXX) +project(ProtocolParser_APP VERSION 1.0.5 LANGUAGES CXX) set(RIBBONUI_BUILD_EXAMPLES OFF) add_subdirectory(3rdparty/RibbonUI) diff --git a/README.md b/README.md index a5b0977..92e8ca1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Logo
-

ProtocolParser 协议解析器 V1.0.4

+

ProtocolParser 协议解析器 V1.0.5

## 一、介绍 这是一个用于与DKY的THM3682实验箱搭配使用的上位机协议解析器,具体如何使用请看[使用说明](#使用说明)。