diff --git a/manifest.json b/manifest.json index 1a4da9a..6e9559f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-zhipu", "name": "AI Zhipu", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "1.0.0", "description": "Generate text using the ZhipuAI API.", "author": "Tarslab", diff --git a/package.json b/package.json index cac9375..9dff100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-zhipu", - "version": "1.0.3", + "version": "1.0.4", "description": "Generate text using the ZhipuAI API.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 34997a8..f32a635 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.0.0", "1.0.2": "1.0.0", - "1.0.3": "1.0.0" + "1.0.3": "1.0.0", + "1.0.4": "1.0.0" } \ No newline at end of file