Skip to content

Commit 3b820b7

Browse files
committed
feat: use name GitIngest && bump version to 1.1.2
1 parent 379a4f8 commit 3b820b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitingest-extension",
33
"description": "open git ingest fastly",
44
"private": true,
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"type": "module",
77
"author": {
88
"name": "甜檸Cirtron (lcandy2)",

wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
extensionApi: 'chrome',
77
modules: ['@wxt-dev/module-react'],
88
manifest: (env: ConfigEnv) => ({
9-
name: (env.browser === 'firefox') ? 'Git Ingest - Turn any Git repo to LLM prompt' : 'Git Ingest - Turn any Git repo to a LLM-friendly prompt',
9+
name: `GitIngest${(env.browser === 'firefox') ? ' - Turn any Git repo to LLM prompt' : ' - Turn any Git repo to a LLM-friendly prompt'}`,
1010
description: 'Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest to access a coresponding digest.',
1111
permissions: ['storage'],
1212
})

0 commit comments

Comments
 (0)