From 4292dc45ea3c180dc11e4a345b3efaae4891f3ad Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 16 Nov 2024 15:42:31 +0530 Subject: [PATCH] feat: Bump application version to 1.3.5 Updates the application version in the wxt.config.ts file from 1.3.4 to 1.3.5. --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index 288a555..18b2a44 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -50,7 +50,7 @@ export default defineConfig({ outDir: "build", manifest: { - version: "1.3.4", + version: "1.3.5", name: process.env.TARGET === "firefox" ? "Page Assist - A Web UI for Local AI Models"