From 8edf9d074ff2a5a8327d689243d4043594c4e487 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 22 Apr 2022 21:35:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-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 0be73f7..c0235df 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,7 +34,7 @@ cd # Update from git git fetch --all -git checkout 1.14.0 --force +git checkout 1.14.1 --force # Install dependenies and prebuilt npm ci --production From f9780392d160edc867a201d0471f5a468ea641a5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 24 Apr 2022 23:17:51 +0800 Subject: [PATCH 2/2] Update to 1.15.0 --- 🆙-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 c0235df..2384c5d 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,7 +34,7 @@ cd # Update from git git fetch --all -git checkout 1.14.1 --force +git checkout 1.15.0 --force # Install dependenies and prebuilt npm ci --production