From cd3f684ecc044bc9690e35d4a9545acf480f76b4 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 25 Oct 2025 22:23:43 +0000 Subject: [PATCH] chore(pockethost): update version range to include 0.31.* --- packages/pockethost/src/mothership-app/pb_hooks/versions.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pockethost/src/mothership-app/pb_hooks/versions.cjs b/packages/pockethost/src/mothership-app/pb_hooks/versions.cjs index 48c8f3ba..bf8f3357 100644 --- a/packages/pockethost/src/mothership-app/pb_hooks/versions.cjs +++ b/packages/pockethost/src/mothership-app/pb_hooks/versions.cjs @@ -1,4 +1,5 @@ module.exports = [ + "0.31.*", "0.30.*", "0.29.*", "0.28.*",