This commit is contained in:
mkrsym1 2023-07-08 23:44:25 +03:00
parent 7aef85851c
commit 215af6e3db
3 changed files with 5 additions and 2 deletions

View File

@ -6,3 +6,6 @@
### 1.1.9
- Fixed a bug which could cause the game to crash in odd scenarios
### 1.1.10
- Fixed a subtle bug introduced in 1.1.9

View File

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

View File

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