Skip to content

Commit 5826655

Browse files
committed
support offline mode
1 parent 297bd54 commit 5826655

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.7",
4+
"version": "26.1.8",
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.7",
3+
"version": "26.1.8",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"26.1.4": "0.15.0",
1616
"26.1.5": "0.15.0",
1717
"26.1.6": "0.15.0",
18-
"26.1.7": "0.15.0"
18+
"26.1.7": "0.15.0",
19+
"26.1.8": "0.15.0"
1920
}

0 commit comments

Comments
 (0)