Skip to content

Commit

Permalink
release 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Nov 19, 2019
1 parent d7ab2ca commit 3addd29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ which looks a html like generated by `asciidoctor-maven-plugin` plugin.
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
```
#### gradle
```
testCompile 'com.github.shalousun:smart-doc:1.7.6'
testCompile 'com.github.shalousun:smart-doc:1.7.7'
```
### Create a unit test
Just running a unit test will allow Smart-doc to generate a very concise api document for you,
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyureposit
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
```
#### gradle
```
testCompile 'com.github.shalousun:smart-doc:1.7.6'
testCompile 'com.github.shalousun:smart-doc:1.7.7'
```
### Create a unit test
通过运行一个单元测试来让Smart-doc为你生成一个简洁明了的api文档
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.7.6</version>
<version>1.7.7</version>

<name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url>
Expand Down

0 comments on commit 3addd29

Please sign in to comment.