diff --git a/manifest.json b/manifest.json index e0cdb662..c58731be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-textgenerator-plugin", "name": "Text Generator", - "version": "0.1.11", + "version": "0.1.12", "minAppVersion": "0.12.0", "description": "Text generation using OpenAI", "author": "Noureddine Haouari", diff --git a/package.json b/package.json index 3bcde36c..69a88cbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-textgenerator-plugin", - "version": "0.1.11", + "version": "0.1.12", "description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).", "main": "main.js", "scripts": {