Skip to content

Commit bd3b0b6

Browse files
committed
0.7.39-beta
1 parent 76ad0a7 commit bd3b0b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-textgenerator-plugin",
33
"name": "Text Generator",
4-
"version": "0.7.38-beta",
4+
"version": "0.7.39-beta",
55
"minAppVersion": "1.6.0",
66
"description": "Text generation using AI",
77
"author": "Noureddine Haouari",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-textgenerator-plugin",
33
"name": "Text Generator",
4-
"version": "0.7.38",
4+
"version": "0.7.39",
55
"minAppVersion": "1.6.0",
66
"description": "Text generation using AI",
77
"author": "Noureddine Haouari",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-textgenerator-plugin",
3-
"version": "0.7.38-beta",
3+
"version": "0.7.39-beta",
44
"description": "Text generator is a handy plugin that helps you generate text content using GPT-3 (OpenAI).",
55
"obsidian": {
66
"minAppVersion": "1.6.0"
@@ -105,6 +105,7 @@
105105
"mime-types": "^2.1.35",
106106
"moment": "^2.30.1",
107107
"obsidian-dataview": "^0.5.67",
108+
"p2pcf": "^1.3.14",
108109
"postcss-cli": "^10.1.0",
109110
"postcss-import": "^15.1.0",
110111
"pretty-error": "^4.0.0",

0 commit comments

Comments
 (0)