Skip to content

Commit

Permalink
Update version and description in manifest.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Mar 21, 2024
1 parent 7b8b513 commit d7c7ca7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "ai-zhipu",
"name": "AI Zhipu",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.0.0",
"description": "Using Zhipu AI by API key.",
"description": "Generate text using the ZhipuAI API.",
"author": "Tarslab",
"authorUrl": "https://github.com/tarslab",
"isDesktopOnly": false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-ai-zhipu",
"version": "1.0.0",
"description": "Using ZhipuAI (https://open.bigmodel.cn)",
"version": "1.0.2",
"description": "Generate text using the ZhipuAI API.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "1.0.0"
}
"1.0.0": "1.0.0",
"1.0.2": "1.0.0"
}

0 comments on commit d7c7ca7

Please sign in to comment.