mirror of https://github.com/hykilpikonna/AquaDX
Update README.md
parent
d3223309e3
commit
ee7b68356d
|
@ -4,6 +4,7 @@ An multipurpose game server power by Spring Boot.
|
||||||
### Supported Game:
|
### Supported Game:
|
||||||
* CHUNITHM Amazon
|
* CHUNITHM Amazon
|
||||||
* Project DIVA Arcade Future Tone
|
* Project DIVA Arcade Future Tone
|
||||||
|
* O.N.G.E.K.I. PLUS
|
||||||
|
|
||||||
### Usage:
|
### Usage:
|
||||||
Requirements:
|
Requirements:
|
||||||
|
@ -53,6 +54,9 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
v0.0.11: **[This will do database update]**
|
||||||
|
|
||||||
|
[ongeki] Add support to ongeki plus
|
||||||
|
|
||||||
v0.0.10: **[This will do database update]**
|
v0.0.10: **[This will do database update]**
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>icu.samnya</groupId>
|
<groupId>icu.samnya</groupId>
|
||||||
<artifactId>aqua</artifactId>
|
<artifactId>aqua</artifactId>
|
||||||
<version>0.0.10-RELEASE</version>
|
<version>0.0.11-RELEASE</version>
|
||||||
<name>Aqua Server</name>
|
<name>Aqua Server</name>
|
||||||
<description>A multipurpose game server</description>
|
<description>A multipurpose game server</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue