Skip to content

Commit 83ad978

Browse files
committed
1.3.2
1 parent d34ff81 commit 83ad978

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": "fountain-editor",
33
"name": "Fountain Editor",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"minAppVersion": "0.15.0",
66
"description": "Fountain (screenplay) syntax highlighting in the editor",
77
"author": "Chuang Caleb",

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.3.1",
3+
"version": "1.3.2",
44
"description": "Obsidian plugin for Fountain (screenplay) syntax highlighting in the editor",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"1.1.4": "0.15.0",
1313
"1.2.0": "0.15.0",
1414
"1.3.0": "0.15.0",
15-
"1.3.1": "0.15.0"
15+
"1.3.1": "0.15.0",
16+
"1.3.2": "0.15.0"
1617
}

0 commit comments

Comments
 (0)