Skip to content

Commit f7a89ff

Browse files
committed
1.4.8
1 parent f9b6205 commit f7a89ff

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "fountain-editor",
33
"name": "Fountain Editor",
4-
"version": "1.4.7",
4+
"version": "1.4.8",
55
"minAppVersion": "0.15.0",
66
"description": "Fountain (screenplay) syntax highlighting in the editor.",
77
"author": "Chuang Caleb",
88
"authorUrl": "https://chuangcaleb.com",
99
"isDesktopOnly": false
10-
}
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-fountain-editor",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"description": "Obsidian plugin for Fountain (screenplay) syntax highlighting in the editor.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"1.4.4": "0.15.0",
2323
"1.4.5": "0.15.0",
2424
"1.4.6": "0.15.0",
25-
"1.4.7": "0.15.0"
26-
}
25+
"1.4.7": "0.15.0",
26+
"1.4.8": "0.15.0"
27+
}

0 commit comments

Comments
 (0)