From b326559eb4de01196217df751b6cb786714e8baf Mon Sep 17 00:00:00 2001 From: Untold Engine Date: Thu, 7 May 2026 08:26:56 -0700 Subject: [PATCH] [Docs] point to stable release --- README.md | 1 + docs/API/GettingStarted.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b50f009..d7d01b0e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Clone the repository and launch the demo: ```bash git clone https://github.com/untoldengine/UntoldEngine.git cd UntoldEngine +git checkout v0.12.10 swift run untolddemo ``` diff --git a/docs/API/GettingStarted.md b/docs/API/GettingStarted.md index a0f5426a..fbbaa681 100644 --- a/docs/API/GettingStarted.md +++ b/docs/API/GettingStarted.md @@ -23,6 +23,7 @@ Clone the repository and launch the demo: ```bash git clone https://github.com/untoldengine/UntoldEngine.git cd UntoldEngine +git checkout v0.12.10 swift run untolddemo ```