mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.25
parent
708cbf33d1
commit
7d4a8a4c65
|
@ -3,7 +3,7 @@ An multipurpose game server power by Spring Boot.
|
||||||
|
|
||||||
### Supported Game:
|
### Supported Game:
|
||||||
* CHUNITHM Paradise Lost (and below)
|
* CHUNITHM Paradise Lost (and below)
|
||||||
* Maimai DX Splash
|
* Maimai DX Splash Plus (and below)
|
||||||
* Project DIVA Arcade Future Tone
|
* Project DIVA Arcade Future Tone
|
||||||
* O.N.G.E.K.I. RED PLUS (and below)
|
* O.N.G.E.K.I. RED PLUS (and below)
|
||||||
|
|
||||||
|
@ -46,6 +46,12 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
|
||||||
|
v0.0.25: **[This will do database update]**
|
||||||
|
|
||||||
|
[generic] Fix MySQL table initialization error
|
||||||
|
|
||||||
|
[maimai2] Add Splash Plus support
|
||||||
|
|
||||||
v0.0.24: **[This will do database update]**
|
v0.0.24: **[This will do database update]**
|
||||||
|
|
||||||
[general] Set maintenance reboot date to far future
|
[general] Set maintenance reboot date to far future
|
||||||
|
|
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.24-RELEASE</version>
|
<version>0.0.25-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