Skip to content

Commit

Permalink
🔖 发布1.5.1版本。注意:1.5.0版本因特殊原因已不可用!
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed May 29, 2019
1 parent d5e0ff3 commit 36b5f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>
<p align="center">
<a target="_blank" href="https://search.maven.org/search?q=JustAuth">
<img src="https://img.shields.io/badge/Maven Central-1.4.0-blue.svg" ></img>
<img src="https://img.shields.io/badge/Maven Central-1.5.1-blue.svg" ></img>
</a>
<a target="_blank" href="https://gitee.com/yadong.zhang/JustAuth/blob/master/LICENSE">
<img src="https://img.shields.io/apm/l/vim-mode.svg?color=yellow" ></img>
Expand Down Expand Up @@ -63,7 +63,7 @@ JustAuth,如你所见,它仅仅是一个**第三方授权登录**的**工具
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```
- 调用api
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<name>JustAuth</name>
<url>https://gitee.com/yadong.zhang/JustAuth</url>
Expand Down

0 comments on commit 36b5f33

Please sign in to comment.