From b8db1ebd1172f2158d6b615f6a340c2b3eadb28e Mon Sep 17 00:00:00 2001 From: Atlinx Date: Fri, 31 Mar 2023 13:06:23 -0400 Subject: [PATCH] Add versioning note in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f4497d9..f838f6d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ![Deploy](https://github.com/Fractural/GDTask/actions/workflows/deploy.yml/badge.svg) ![Unit Tests](https://github.com/Fractural/GDTask/actions/workflows/tests.yml/badge.svg) +> **NOTE:** +> +> This branch is for the Godot 3.x version of the addon. +> You can download the Godot 4.x version from the 4.x branch. + Adds async/await features in Godot for easier async coding. Based on code from [Cysharp's UniTask library for Unity](https://github.com/Cysharp/UniTask).