chore: bump manifest version to 1.0.0 in wxt.config.ts
All checks were successful
CI — Test & Build / Test & Build (push) Successful in 1m46s
Deploy — Chrome Web Store / Build & Deploy to Chrome Web Store (push) Successful in 1m53s
Release — Package & Publish / Build & Package Release (push) Successful in 1m46s

This commit is contained in:
2026-03-11 09:37:44 +00:00
parent 1fedaf4dfa
commit 50df1b5d93

View File

@@ -6,7 +6,7 @@ export default defineConfig({
manifest: { manifest: {
name: 'LexAI - AI Writing Assistant', name: 'LexAI - AI Writing Assistant',
description: 'Grammar checking and writing assistance powered by your own LLM API key', description: 'Grammar checking and writing assistance powered by your own LLM API key',
version: '0.1.0', version: '1.0.0',
icons: { icons: {
'16': 'icon-16.png', '16': 'icon-16.png',
'32': 'icon-32.png', '32': 'icon-32.png',