mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.19
parent
06231f9b0d
commit
ce87f68a62
12
README.md
12
README.md
|
@ -48,6 +48,18 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
v0.0.19: **[This will do database update]**
|
||||||
|
|
||||||
|
[chuni] Add missing data: skill, character, music, music level
|
||||||
|
|
||||||
|
[ongeki] Add missing data: card, character, music, event
|
||||||
|
|
||||||
|
[ongeki] Add proper endpoint for new APIs
|
||||||
|
|
||||||
|
[chuni] Add team name customization feature
|
||||||
|
|
||||||
|
[api] Fix broken chunithm API
|
||||||
|
|
||||||
v0.0.18:
|
v0.0.18:
|
||||||
|
|
||||||
[ONGEKI] Add support for ONGEKI Red Plus
|
[ONGEKI] Add support for ONGEKI Red Plus
|
||||||
|
|
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.18-RELEASE</version>
|
<version>0.0.19-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