diff --git a/game_payload/src/tp6.md b/game_payload/src/tp6.md index a1574e9..a4a8a4a 100644 --- a/game_payload/src/tp6.md +++ b/game_payload/src/tp6.md @@ -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 diff --git a/meson.build b/meson.build index 66139ea..38f748a 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/metadata.json b/metadata.json index 88b6baf..2f89f9d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "jadeite": { - "version": "1.1.9" + "version": "1.1.10" }, "games": { "hi3rd": {