diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-02-27 12:36:28 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-02-27 12:36:28 +0200 |
| commit | e24c87f3b3a8fde7bb4884e443e8bc1b7e9cb806 (patch) | |
| tree | 1299b435f16cbd6fa9248a0d0b6b22dce652e60a /package.json | |
| parent | a81ae9906e8c035c5f0f19a0b25fd8a9740ab274 (diff) | |
| download | ollama-logseq-e24c87f3b3a8fde7bb4884e443e8bc1b7e9cb806.tar.xz ollama-logseq-e24c87f3b3a8fde7bb4884e443e8bc1b7e9cb806.zip | |
fix: fixed a bug where custom prompts on block doesn't take into context all children of the block
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ed703f6..3d26f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-logseq", - "version": "1.1.2", + "version": "1.1.3", "main": "dist/index.html", "scripts": { "dev": "vite", |
