Skip to content

Commit 66292fd

Browse files
committed
bump version more readable
1 parent 47ea9fc commit 66292fd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mdfriday",
33
"name": "Friday",
4-
"version": "0.11.5",
4+
"version": "26.1.1",
55
"minAppVersion": "0.15.0",
66
"description": "Notes to Website. Friday helps you turn Markdown documents into websites in minutes.",
77
"author": "sunwei",
88
"authorUrl": "https://mdfriday.com",
9-
"isDesktopOnly": true
10-
}
9+
"isDesktopOnly": false
10+
}

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": "0.11.5",
3+
"version": "26.1.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"0.11.2": "0.15.0",
99
"0.11.3": "0.15.0",
1010
"0.11.4": "0.15.0",
11-
"0.11.5": "0.15.0"
11+
"0.11.5": "0.15.0",
12+
"26.1.1": "0.15.0"
1213
}

0 commit comments

Comments
 (0)