From 487d0eae4b20b09d948310c02b27356ba290e6fb Mon Sep 17 00:00:00 2001 From: mingjun97 Date: Thu, 29 Sep 2022 12:33:21 -0700 Subject: [PATCH] Add contributor section in readme & bump version --- README-zh.md | 9 +++++++++ README.md | 9 +++++++++ gc-plugin/build.gradle | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 99cd07c..10af31f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -155,3 +155,12 @@ CDN前端:https://github.com/gc-mojoconsole/gc-mojoconsole.github.io Win 桌面版本 https://github.com/SwetyCore/MojoDesktop ...你可以自行开发前端,然后发起PR来让你的前端显示在这里... + + +## 贡献者 + +感谢以下开发者对本项目的贡献! + + + + \ No newline at end of file diff --git a/README.md b/README.md index 09c972a..ec60dd7 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,12 @@ CDN hosted frontend:https://github.com/gc-mojoconsole/gc-mojoconsole.github.io Desktop version on Windows https://github.com/SwetyCore/MojoDesktop ...You can develop your own frontend and make PR to put yours here... + + +## Contributors + +Special thanks to the following users contributed to this project. + + + + \ No newline at end of file diff --git a/gc-plugin/build.gradle b/gc-plugin/build.gradle index bafc957..82bb3f3 100644 --- a/gc-plugin/build.gradle +++ b/gc-plugin/build.gradle @@ -19,7 +19,7 @@ plugins { sourceCompatibility = 17 targetCompatibility = 17 -def version_tag = "dev-1.4.0" +def version_tag = "dev-1.5.0" repositories { mavenCentral()