Skip to content

Commit 3bb2e1e

Browse files
committed
support enterprise
1 parent cded4e1 commit 3bb2e1e

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "mdfriday",
33
"name": "Friday",
4-
"version": "26.1.10",
4+
"version": "26.2.1",
55
"minAppVersion": "0.15.0",
66
"description": "Notes to Website. Friday helps you turn Markdown documents into websites in minutes.",
77
"author": "sunwei",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-friday-plugin",
3-
"version": "26.1.10",
3+
"version": "26.2.1",
44
"description": "Friday is an Obsidian plugin that empowers users to focus on content creation by writing Markdown files, while we handle the distribution. From creating websites to content deployment, Friday serves as a creative output assistant, helping users turn their work into publishable sites with ease.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
{
2-
"0.10.17": "0.15.0",
3-
"0.10.18": "0.15.0",
4-
"0.10.20": "0.15.0",
5-
"0.10.21": "0.15.0",
6-
"0.10.22": "0.15.0",
7-
"0.11.1": "0.15.0",
8-
"0.11.2": "0.15.0",
9-
"0.11.3": "0.15.0",
10-
"0.11.4": "0.15.0",
11-
"0.11.5": "0.15.0",
122
"26.1.1": "0.15.0",
133
"26.1.2": "0.15.0",
144
"26.1.3": "0.15.0",
@@ -18,5 +8,6 @@
188
"26.1.7": "0.15.0",
199
"26.1.8": "0.15.0",
2010
"26.1.9": "0.15.0",
21-
"26.1.10": "0.15.0"
22-
}
11+
"26.1.10": "0.15.0",
12+
"26.2.1": "0.15.0"
13+
}

0 commit comments

Comments
 (0)