Skip to content

Commit

Permalink
0.7.39-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk committed Sep 19, 2024
1 parent 76ad0a7 commit bd3b0b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-textgenerator-plugin",
"name": "Text Generator",
"version": "0.7.38-beta",
"version": "0.7.39-beta",
"minAppVersion": "1.6.0",
"description": "Text generation using AI",
"author": "Noureddine Haouari",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-textgenerator-plugin",
"name": "Text Generator",
"version": "0.7.38",
"version": "0.7.39",
"minAppVersion": "1.6.0",
"description": "Text generation using AI",
"author": "Noureddine Haouari",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-textgenerator-plugin",
"version": "0.7.38-beta",
"version": "0.7.39-beta",
"description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).",
"obsidian": {
"minAppVersion": "1.6.0"
Expand Down Expand Up @@ -105,6 +105,7 @@
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"obsidian-dataview": "^0.5.67",
"p2pcf": "^1.3.14",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"pretty-error": "^4.0.0",
Expand Down

0 comments on commit bd3b0b6

Please sign in to comment.