diff --git a/manifest.json b/manifest.json index 88caebf..8014958 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "fountain-editor", "name": "Fountain Editor", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Fountain (screenplay) syntax highlighting in the editor", "author": "Chuang Caleb", "authorUrl": "https://chuangcaleb.com", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 35af70c..740d839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-fountain-editor", - "version": "1.0.1", + "version": "1.0.2", "description": "Obsidian plugin for Fountain (screenplay) syntax highlighting in the editor", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index f300fbc..4362581 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "0.15.0", "0.1.0": "0.15.0", "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" } \ No newline at end of file