From 5f6cb2954f7a76e101c9026af875eb0f7a5f6dc9 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sun, 25 Oct 2020 11:04:49 +0800 Subject: [PATCH] :bookmark: Release version 1.15.8 --- CHANGELOGS.md | 7 +++++++ README.en-US.md | 6 +++--- README.md | 6 +++--- bin/repVersion.sh | 2 -- bin/version.txt | 2 +- pom.xml | 4 ++-- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index a0d32ae..88161d1 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,3 +1,10 @@ +## 1.15.8 + +### 2020/10/25 + +- Release version 1.15.8 +- Merge the pr. [#95](https://github.com/justauth/JustAuth/pull/95) [#96](https://github.com/justauth/JustAuth/pull/96) + ## 1.15.7 ### 2020/09/11 diff --git a/README.en-US.md b/README.en-US.md index fed1fc7..087a3c7 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -97,7 +97,7 @@ These artifacts are available from Maven Central: me.zhyd.oauth JustAuth - 1.15.7-beta.2 + 1.15.8-beta.2 ``` - Using JustAuth diff --git a/README.md b/README.md index a43ecd8..c9cd44e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -107,7 +107,7 @@ JustAuth 集成了诸如:Github、Gitee、支付宝、新浪微博、微信、 me.zhyd.oauth JustAuth - 1.15.7 + 1.15.8 ``` - 调用api diff --git a/bin/repVersion.sh b/bin/repVersion.sh index 2277e8e..a41612e 100644 --- a/bin/repVersion.sh +++ b/bin/repVersion.sh @@ -25,8 +25,6 @@ fi # 替换README.md等文件中的版本 sed -i "s/${old_version}/${new_version}/g" $pwd/README.md sed -i "s/${old_version}/${new_version}/g" $pwd/README.en-US.md -sed -i "s/${old_version}/${new_version}/g" $pwd/docs/README.md -sed -i "s/${old_version}/${new_version}/g" $pwd/docs/_coverpage.md # 替换pom.xml中的版本 sed -i "s/${old_version}/${new_version}/g" $pwd/pom.xml diff --git a/bin/version.txt b/bin/version.txt index 545fd57..98e863c 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -1.15.7 +1.15.8 diff --git a/pom.xml b/pom.xml index ccd2a54..e7e37cf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.15.7 + 1.15.8 JustAuth https://gitee.com/yadong.zhang/JustAuth @@ -59,7 +59,7 @@ false 1.0.3 1.18.10 - 4.11 + 4.13.1 1.2.73 4.8.10.ALL 0.8.2 -- GitLab