Skip to content

Commit 2852193

Browse files
committed
1.3.3
1 parent 5241a37 commit 2852193

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.2",
4+
"version": "1.3.3",
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.2",
3+
"version": "1.3.3",
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
@@ -13,5 +13,6 @@
1313
"1.2.0": "0.15.0",
1414
"1.3.0": "0.15.0",
1515
"1.3.1": "0.15.0",
16-
"1.3.2": "0.15.0"
16+
"1.3.2": "0.15.0",
17+
"1.3.3": "0.15.0"
1718
}

0 commit comments

Comments
 (0)