Project: Bump to 1.0.5.
This commit is contained in:
parent
66f1221943
commit
491961daf1
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div align="center">
|
||||
<img src="app_source/resources/imgs/icon.png" alt="Logo" style="width:40%; height:auto;">
|
||||
</div>
|
||||
<h1 align="center"> ProtocolParser 协议解析器 V1.0.4</h1>
|
||||
<h1 align="center"> ProtocolParser 协议解析器 V1.0.5</h1>
|
||||
|
||||
## 一、介绍
|
||||
这是一个用于与DKY的THM3682实验箱搭配使用的上位机协议解析器,具体如何使用请看[使用说明](#使用说明)。
|
||||
|
|
Loading…
Reference in New Issue