Skip to content

Commit a0e9cdd

Browse files
author
程胜
committed
升级版本
1 parent 1a6ef3f commit a0e9cdd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#### 变更历史
2+
- 1.8.2: 将java 类型转为json
23
- 1.8.1: 支持idea 2020
34
- 1.7.9: fixbug
45
- 1.7.8: 支持方法上@path 注解 来自定义路径

resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>YapiUpload</id>
33
<name>YapiUpload</name>
4-
<version>1.8.1</version>
4+
<version>1.8.2</version>
55
<vendor email="[email protected]" url="http://www.qbb6.com">QBB</vendor>
66

77
<description><![CDATA[
@@ -11,6 +11,7 @@
1111

1212
<change-notes><![CDATA[
1313
<a href="https://github.com/diwand/YapiIdeaUploadPlugin">how to use</a> <br>
14+
1.8.2:<br> java type convert to json type <br>
1415
1.8.1:<br> support idea 2020 <br>
1516
1.7.9:<br>
1617
<em>

0 commit comments

Comments
 (0)