Skip to content

Commit

Permalink
Update version to 0.4.0 in manifest and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Aug 16, 2024
1 parent eed78eb commit 658179c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 52 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "tars",
"name": "Tars",
"version": "0.3.1",
"version": "0.4.0",
"minAppVersion": "1.5.8",
"description": "Use Kimi and other Chinese LLMs for text generation based on tag suggestions.",
"description": "Text generation based on tag suggestions, using Claude, OpenAI, Kimi, Doubao, Qwen, Zhipu, DeepSeek, QianFan & more.",
"author": "Tarslab",
"authorUrl": "https://github.com/tarslab",
"isDesktopOnly": true
Expand Down
75 changes: 28 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tars",
"version": "0.3.1",
"version": "0.4.0",
"description": "Use Kimi and other Chinese LLMs for text generation based on tag suggestions.",
"main": "main.js",
"scripts": {
Expand All @@ -12,12 +12,12 @@
"author": "C Jack<https://github.com/ae86jack>",
"license": "MIT",
"devDependencies": {
"@anthropic-ai/sdk": "^0.25.1",
"@types/node": "^16.18.101",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"https-proxy-agent": "^7.0.5",
"jose": "^5.2.4",
"node-fetch": "^3.3.2",
"obsidian": "latest",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"0.2.0": "1.5.8",
"0.2.1": "1.5.8",
"0.3.0": "1.5.8",
"0.3.1": "1.5.8"
"0.3.1": "1.5.8",
"0.4.0": "1.5.8"
}

0 comments on commit 658179c

Please sign in to comment.