Skip to content

Commit 6b79070

Browse files
committed
Bump version to 0.6.4
1 parent e4449ae commit 6b79070

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tars",
33
"name": "Tars",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"minAppVersion": "1.5.8",
66
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
77
"author": "Tarslab",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tars",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Ollama, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"0.6.0": "1.5.8",
1313
"0.6.1": "1.5.8",
1414
"0.6.2": "1.5.8",
15-
"0.6.3": "1.5.8"
15+
"0.6.3": "1.5.8",
16+
"0.6.4": "1.5.8"
1617
}

0 commit comments

Comments
 (0)