From d068935d69affdb6baebc0fabdeb11d5180307bb Mon Sep 17 00:00:00 2001 From: Pinga Date: Mon, 7 Jul 2025 12:41:44 +0300 Subject: [PATCH] Update update.md --- docs/update.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/update.md b/docs/update.md index eb4cabd..3472df4 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1,8 +1,14 @@ # Namingo Update Guide -## v1.0.0 to v1.0.18 +## v1.0.0 to v1.0.21 -You must run update scripts in order, without skipping versions. For example, if you're on 1.0.15 and the latest is 1.0.17, first update to 1.0.16, then to 1.0.17. +To update, you must run the update scripts sequentially without skipping versions. For example, if you're on v1.0.18 and the latest is v1.0.20, first update to v1.0.19, then to v1.0.20. + +- v1.0.20 to v1.0.21 - download and run the [update1021.sh](update1021.sh) script. + +- v1.0.19 to v1.0.20 - download and run the [update1020.sh](update1020.sh) script. + +- v1.0.18 to v1.0.19 - download and run the [update1019.sh](update1019.sh) script. - v1.0.17 to v1.0.18 - download and run the [update1018.sh](update1018.sh) script.