From 157b432c80a01749e4e387c9f06aec4e957e37e2 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 6 Mar 2024 19:34:26 +0100 Subject: [PATCH] Update README for new branches --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a37dbcc4..13e3b5b7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ be used with [Godot Engine](https://godotengine.org), the open source - The [`master`](https://github.com/godotengine/godot-demo-projects) branch is compatible with Godot's `master` development branch (next 4.x release). - The [`3.x`](https://github.com/godotengine/godot-demo-projects/tree/3.x) branch is compatible with Godot's `3.x` development branch (next 3.x release). - The other branches are compatible with the matching stable versions of Godot: + - [`4.2`](https://github.com/godotengine/godot-demo-projects/tree/4.2) + branch for Godot 4.2.x. + - [`4.1`](https://github.com/godotengine/godot-demo-projects/tree/4.1) + branch for Godot 4.1.x. - [`4.0`](https://github.com/godotengine/godot-demo-projects/tree/4.0) branch for Godot 4.0.x. - [`3.5`](https://github.com/godotengine/godot-demo-projects/tree/3.5)