mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.19c
parent
9ba7036f79
commit
2b3079ca1c
|
@ -48,6 +48,15 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
|
||||||
|
v0.0.19c:
|
||||||
|
|
||||||
|
[maimai2] Fix incorrect scope during save UserRating
|
||||||
|
|
||||||
|
v0.0.19b:
|
||||||
|
|
||||||
|
[chuni] Add game data: event, music, music level
|
||||||
|
|
||||||
v0.0.19a: **[This will do database update]**
|
v0.0.19a: **[This will do database update]**
|
||||||
|
|
||||||
[ongeki] Add game data: card, music, event
|
[ongeki] Add game data: card, music, event
|
||||||
|
|
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.19b-RELEASE</version>
|
<version>0.0.19c-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