From 3cb379d433dd2ed0fa04e8ebc363daa012081281 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Fri, 5 Nov 2021 10:37:30 -0500 Subject: [PATCH] [3.2.1] Update README for the new 3.3 branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1fe03..fcb95a4 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ Check out this demo on the asset library: https://godotengine.org/asset-library/ ## Godot versions -- The [`master`](https://github.com/godotengine/tps-demo) branch is compatible with the latest stable Godot version (currently 3.3.x). +- The [`master`](https://github.com/godotengine/tps-demo) branch is compatible with the latest stable Godot version (currently 3.4.x). - If you are using an older version of Godot, use the appropriate branch for your Godot version: + - [`3.3`](https://github.com/godotengine/tps-demo/tree/3.3) branch + for Godot 3.3.x. - [`3.2`](https://github.com/godotengine/tps-demo/tree/3.2) branch for Godot 3.2.2 or 3.2.3. - [***`3.2.1`***](https://github.com/godotengine/tps-demo/tree/3.2.1) branch