Skip to content

Commit

Permalink
v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOUARI Noureddine committed Dec 6, 2022
1 parent 0f9813d commit 9ef497e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9ef497e

Please sign in to comment.