From 50496236ec8c696805f17ff51970beb26bc12084 Mon Sep 17 00:00:00 2001 From: chuangcaleb Date: Tue, 7 Nov 2023 22:33:33 +0800 Subject: [PATCH] 1.1.1 --- 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 2464862..bb648d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "fountain-editor", "name": "Fountain Editor", - "version": "1.1.0", + "version": "1.1.1", "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 ba2c8be..eca85fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-fountain-editor", - "version": "1.1.0", + "version": "1.1.1", "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 0da494d..1ac0845 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.1": "0.15.0", "1.0.2": "0.15.0", "1.0.3": "0.15.0", - "1.1.0": "0.15.0" -} + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" +} \ No newline at end of file