diff --git a/.github/workflows/addon.yml b/.github/workflows/addon.yml index 4ccae03..3c702c6 100644 --- a/.github/workflows/addon.yml +++ b/.github/workflows/addon.yml @@ -6,7 +6,7 @@ on: env: TARGET: template_release - GODOT_REF: 4.2.2-stable + GODOT_REF: 4.3-stable LIBRARY_PATH: addons/godot-wasm/bin jobs: diff --git a/examples/wasm-test/project.godot b/examples/wasm-test/project.godot index 2ee7b96..8204390 100644 --- a/examples/wasm-test/project.godot +++ b/examples/wasm-test/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="WasmTest" run/main_scene="res://Main.tscn" -config/features=PackedStringArray("4.2", "GL Compatibility") +config/features=PackedStringArray("4.3", "GL Compatibility") [debug]