4 Commits

Author SHA1 Message Date
c979c980c1 v1.1.11 2023-07-09 00:03:31 +03:00
3d943b641b Fix additional issue introduced by previous rework 2023-07-09 00:01:48 +03:00
215af6e3db v1.1.10 2023-07-08 23:44:25 +03:00
7aef85851c Fixed subtle core patch bug introduced by previous rework 2023-07-08 23:43:34 +03:00
4 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -6,3 +6,9 @@
### 1.1.9 ### 1.1.9
- Fixed a bug which could cause the game to crash in odd scenarios - 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
### 1.1.11
- Fixed an additional issue introduced in 1.1.9

View File

@ -1,4 +1,4 @@
project('jadeite', 'c', version: '1.1.9') project('jadeite', 'c', version: '1.1.11')
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.9" "version": "1.1.11"
}, },
"games": { "games": {
"hi3rd": { "hi3rd": {