diff --git a/manifest.json b/manifest.json index 830d234..956ce73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "ai-templater", "name": "AI for Templater", - "version": "1.0.10", - "minAppVersion": "1.5.11", + "version": "1.0.11", + "minAppVersion": "1.7.2", "description": "AI Extension for the Templater plugin with the OpenAI Client Library.", "author": "TfTHacker", "authorUrl": "https://tfthacker.com/", diff --git a/package.json b/package.json index 10658f6..492b83d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openaisdk", - "version": "1.0.10", + "version": "1.0.11", "description": "AI for Templater plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 879b233..5de89e3 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.0.7": "1.5.11", "1.0.8": "1.5.11", "1.0.9": "1.5.11", - "1.0.10": "1.5.11" + "1.0.10": "1.5.11", + "1.0.11": "1.7.2" }