From 50df1b5d93189c95fac5dadd07244da53a136c96 Mon Sep 17 00:00:00 2001 From: kibin Date: Wed, 11 Mar 2026 09:37:44 +0000 Subject: [PATCH] chore: bump manifest version to 1.0.0 in wxt.config.ts --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index f566fdf..8639e3f 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ manifest: { name: 'LexAI - AI Writing Assistant', description: 'Grammar checking and writing assistance powered by your own LLM API key', - version: '0.1.0', + version: '1.0.0', icons: { '16': 'icon-16.png', '32': 'icon-32.png',