From d7510333a7a850e47416f9ba5304ea35e599ee08 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sun, 29 Sep 2024 23:59:41 +0530 Subject: [PATCH] Bump version to 1.3.0 Prepares the project for the next release with updated version information. --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index bc9001e..eac1c2b 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -50,7 +50,7 @@ export default defineConfig({ outDir: "build", manifest: { - version: "1.2.4", + version: "1.3.0", name: process.env.TARGET === "firefox" ? "Page Assist - A Web UI for Local AI Models"