aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a7a7214..a53a2e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ollama-logseq",
- "version": "0.0.0",
+ "version": "0.1.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
@@ -46,6 +46,6 @@
},
"logseq": {
"id": "ollama-logseq",
- "icon": "./logo.svg"
+ "icon": "icon.png"
}
}