From c3c16be90f3acc5c9bcf167171f24e026346107b Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:42:49 -0600 Subject: [PATCH 1/2] Update setup.ts --- setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ts b/setup.ts index 2effc8565..bbda525c4 100644 --- a/setup.ts +++ b/setup.ts @@ -16,11 +16,11 @@ const gits: GitItem[] = [ { name: "sern-handler-v3", repo: "handler", + branch: "version/v3" }, { name: "sern-handler-v4", repo: "handler", - branch: "feat/v4", }, { name: "tools", From bdedc81993735ca2f01a64775fb56b6b713a7523 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:41:38 -0600 Subject: [PATCH 2/2] Update setup.ts --- setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ts b/setup.ts index bbda525c4..39eaac737 100644 --- a/setup.ts +++ b/setup.ts @@ -16,7 +16,7 @@ const gits: GitItem[] = [ { name: "sern-handler-v3", repo: "handler", - branch: "version/v3" + branch: "version/3" }, { name: "sern-handler-v4",