Add contributor section in readme & bump version

This commit is contained in:
mingjun97 2022-09-29 12:33:21 -07:00
parent 5b11632e97
commit 487d0eae4b
3 changed files with 19 additions and 1 deletions

View File

@ -155,3 +155,12 @@ CDN前端https://github.com/gc-mojoconsole/gc-mojoconsole.github.io
Win 桌面版本 https://github.com/SwetyCore/MojoDesktop Win 桌面版本 https://github.com/SwetyCore/MojoDesktop
...你可以自行开发前端然后发起PR来让你的前端显示在这里... ...你可以自行开发前端然后发起PR来让你的前端显示在这里...
## 贡献者
感谢以下开发者对本项目的贡献!
<a href="https://github.com/gc-mojoconsole/gc-mojoconsole-backend/graphs/contributors">
<img src="https://contrib.rocks/image?repo=gc-mojoconsole/gc-mojoconsole-backend" />
</a>

View File

@ -157,3 +157,12 @@ CDN hosted frontendhttps://github.com/gc-mojoconsole/gc-mojoconsole.github.io
Desktop version on Windows https://github.com/SwetyCore/MojoDesktop Desktop version on Windows https://github.com/SwetyCore/MojoDesktop
...You can develop your own frontend and make PR to put yours here... ...You can develop your own frontend and make PR to put yours here...
## Contributors
Special thanks to the following users contributed to this project.
<a href="https://github.com/gc-mojoconsole/gc-mojoconsole-backend/graphs/contributors">
<img src="https://contrib.rocks/image?repo=gc-mojoconsole/gc-mojoconsole-backend" />
</a>

View File

@ -19,7 +19,7 @@ plugins {
sourceCompatibility = 17 sourceCompatibility = 17
targetCompatibility = 17 targetCompatibility = 17
def version_tag = "dev-1.4.0" def version_tag = "dev-1.5.0"
repositories { repositories {
mavenCentral() mavenCentral()