v1.1.9
This commit is contained in:
parent
2ebd40b621
commit
f7c24f5ab7
@ -3,3 +3,6 @@
|
||||
|
||||
### 1.1.0
|
||||
- HSR support
|
||||
|
||||
### 1.1.9
|
||||
- Fixed a bug which could cause the game to crash in odd scenarios
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('jadeite', 'c', version: '1.1.8')
|
||||
project('jadeite', 'c', version: '1.1.9')
|
||||
|
||||
nasm = find_program('nasm')
|
||||
gen_res = find_program('gen_resources.sh')
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"jadeite": {
|
||||
"version": "1.1.8"
|
||||
"version": "1.1.9"
|
||||
},
|
||||
"games": {
|
||||
"hi3rd": {
|
||||
|
Loading…
Reference in New Issue
Block a user