From 6ccee885bb9855341923775e6c4a89e5d69f7727 Mon Sep 17 00:00:00 2001 From: haouarihk Date: Sat, 27 Jan 2024 23:19:53 +0100 Subject: [PATCH] 0.6.11 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index fec8828d..c702fc60 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-textgenerator-plugin", "name": "Text Generator", - "version": "0.6.10", + "version": "0.6.11", "minAppVersion": "0.12.0", "description": "Text generation using OpenAI", "author": "Noureddine Haouari", diff --git a/manifest.json b/manifest.json index fec8828d..c702fc60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-textgenerator-plugin", "name": "Text Generator", - "version": "0.6.10", + "version": "0.6.11", "minAppVersion": "0.12.0", "description": "Text generation using OpenAI", "author": "Noureddine Haouari", diff --git a/package.json b/package.json index 144534c1..c05f64f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-textgenerator-plugin", - "version": "0.6.10", + "version": "0.6.11", "description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).", "main": "main.js", "scripts": {