diff --git a/manifest.json b/manifest.json index 8c5653a7..f55f53e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,11 @@ { "id": "obsidian-textgenerator-plugin", "name": "Text Generator", - "version": "0.1.13", + "version": "0.1.14", "minAppVersion": "0.12.0", "description": "Text generation using OpenAI", "author": "Noureddine Haouari", "authorUrl": "https://obsidian.md", - "isDesktopOnly": false + "isDesktopOnly": false, + "fundingUrl":"https://www.buymeacoffee.com/haouarine" } diff --git a/package.json b/package.json index be40c6c0..a08c08e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-textgenerator-plugin", - "version": "0.1.13", + "version": "0.1.14", "description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).", "main": "main.js", "scripts": {