release 2.0.4

This commit is contained in:
oppofind 2021-01-01 19:05:00 +08:00
parent 391205fe5c
commit ae51c40c91
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
## smart-doc版本
版本小于1.0都属于试用正式1.0起始发布将会等到文中提到的问题解决后才发布。
#### 版本号2.0.2
- 更新日期: 2020-01-04
#### 版本号2.0.3-2.0.4
- 更新日期: 2020-01-01
- 更新内容:
1. 修改页面的错误列表标题显示。
2. 修改debug页面curl header语法错误。

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>2.0.3</version>
<version>2.0.4</version>
<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>
@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>