diff --git a/game_payload/src/tp6.md b/game_payload/src/tp6.md index a4a8a4a..f179977 100644 --- a/game_payload/src/tp6.md +++ b/game_payload/src/tp6.md @@ -9,3 +9,6 @@ ### 1.1.10 - Fixed a subtle bug introduced in 1.1.9 + +### 1.1.11 +- Fixed an additional issue introduced in 1.1.9 diff --git a/meson.build b/meson.build index 38f748a..779c8ff 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('jadeite', 'c', version: '1.1.10') +project('jadeite', 'c', version: '1.1.11') nasm = find_program('nasm') gen_res = find_program('gen_resources.sh') diff --git a/metadata.json b/metadata.json index 2f89f9d..4315172 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "jadeite": { - "version": "1.1.10" + "version": "1.1.11" }, "games": { "hi3rd": {