mirror of
https://github.com/mingjun97/gc-mojoconsole-plus.git
synced 2024-11-23 19:06:47 +00:00
Add contributor section in readme & bump version
This commit is contained in:
parent
5b11632e97
commit
487d0eae4b
@ -155,3 +155,12 @@ CDN前端:https://github.com/gc-mojoconsole/gc-mojoconsole.github.io
|
||||
Win 桌面版本 https://github.com/SwetyCore/MojoDesktop
|
||||
|
||||
...你可以自行开发前端,然后发起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>
|
@ -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.
|
||||
|
||||
<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>
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user