From 325f1db9147846f5bdbe4ee9a264f7f8b65feaed Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 5 Jan 2022 16:40:51 +0800 Subject: [PATCH] Update to 1.11.2 from 1.11.1 --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 296fd40..eedce8a 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -20,7 +20,7 @@ cd # Update from git git fetch --all -git checkout 1.11.1 --force +git checkout 1.11.2 --force # Install dependenies and prebuilt npm ci --production