This commit is contained in:
mkrsym1 2023-07-08 21:24:17 +03:00
parent 2ebd40b621
commit f7c24f5ab7
3 changed files with 5 additions and 2 deletions

View File

@ -3,3 +3,6 @@
### 1.1.0 ### 1.1.0
- HSR support - HSR support
### 1.1.9
- Fixed a bug which could cause the game to crash in odd scenarios

View File

@ -1,4 +1,4 @@
project('jadeite', 'c', version: '1.1.8') project('jadeite', 'c', version: '1.1.9')
nasm = find_program('nasm') nasm = find_program('nasm')
gen_res = find_program('gen_resources.sh') gen_res = find_program('gen_resources.sh')

View File

@ -1,6 +1,6 @@
{ {
"jadeite": { "jadeite": {
"version": "1.1.8" "version": "1.1.9"
}, },
"games": { "games": {
"hi3rd": { "hi3rd": {