From 3ae5f882f77a0bae53552a17ae08569469c112ff Mon Sep 17 00:00:00 2001 From: chuangcaleb Date: Tue, 7 Nov 2023 20:46:38 +0800 Subject: [PATCH] 1.1.0 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 1090ef6..a3cd305 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "fountain-editor", "name": "Fountain Editor", - "version": "1.0.3", + "version": "1.1.0", "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 85e8a00..ba2c8be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-fountain-editor", - "version": "1.0.3", + "version": "1.1.0", "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 43186f0..22bcaac 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" -} + "1.0.3": "0.15.0", + "1.1.0": "0.15.0" +} \ No newline at end of file