diff --git a/game_payload/src/core.md b/game_payload/src/core.md index 9f96fd9..b68e1ef 100644 --- a/game_payload/src/core.md +++ b/game_payload/src/core.md @@ -13,6 +13,6 @@ ### 1.1.11 - Fixed an additional issue introduced in 1.1.9 -### branch/native-tables +### 2.0.0 - Almost a full rewrite, functionality unchanged - Added support for HI3 sea/cn/tw/jp/kr diff --git a/meson.build b/meson.build index 5c56dbd..043b87a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('jadeite', 'c', version: '1.1.13') +project('jadeite', 'c', version: '2.0.0') nasm = find_program('nasm') gen_res = find_program('gen_resources.sh') diff --git a/metadata.json b/metadata.json index 999484a..7e3e49f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "jadeite": { - "version": "1.1.13" + "version": "2.0.0" }, "games": { "hi3rd": {