Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit edbed70

Browse files
committed
release 2.0.3
1 parent 02a9dd8 commit edbed70

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ When you need to use smart-doc to generate more API document information, you ca
138138
}],
139139
"revisionLogs": [{// Set document change records, no need to set
140140
"version": "1.0", // Document version number
141+
"revisionTime": "2020-12-31 10:30", //revision time
142+
"author": "author", // Document change author
141143
"status": "update", // Change operation status, generally: create, update, etc.
142144
"remarks": "desc" // Change description
143145
}],

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ subprojects{
129129
}],
130130
"revisionLogs": [{ //设置文档变更记录,没有需求可以不设置
131131
"version": "1.0", //文档版本号
132+
"revisionTime":"2020-12-31 10:30",//文档修订时间
132133
"status": "update", //变更操作状态,一般为:创建、更新等
133134
"author": "author", //文档变更作者
134135
"remarks": "desc" //变更描述

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.0.2'
22+
version '2.0.3'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,7 +31,7 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.0.2'
34+
compile 'com.github.shalousun:smart-doc:2.0.3'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)