From 1f311179be8ef06cbff041efcd0918d86c5f2239 Mon Sep 17 00:00:00 2001 From: Mestima Date: Mon, 16 May 2022 14:02:05 +0300 Subject: [PATCH 1/2] Supported version table update at the Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea58821..b450846 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A lite custom event system for Godot Engine ## Supported versions -| Godot version | Supported | -| - | - | -| 3.x | yes | -| 4.x | not yet | +| Godot version | Supported | Branch | +| - | - | - | +| 3.x | yes | 3.x | +| 4.x | not yet | main | ## Compilation - Download GodotHook and place it to the Godot `modules` folder. From aaa0aa8943e30e19407a468679485cb7566e4c1c Mon Sep 17 00:00:00 2001 From: Mestima Date: Mon, 16 May 2022 14:03:15 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b450846..cdea011 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | Godot version | Supported | Branch | | - | - | - | | 3.x | yes | 3.x | -| 4.x | not yet | main | +| 4.x | yes | main | ## Compilation - Download GodotHook and place it to the Godot `modules` folder.