From ac5e86a9dd6fb3da9957cd26eb75b9fffba311c8 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Thu, 17 Aug 2023 10:12:45 +0000 Subject: [PATCH] 1.1.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 1c7a433..14043f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.15.0", "description": "This plugin loads any custom font into Obsidian (including Obsidian mobile)", "author": "Amir Pourmand", diff --git a/package-lock.json b/package-lock.json index e29d69b..23db7fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 7f9d716..703d3f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.1.2", + "version": "1.1.3", "description": "This plugin adds any custom font to obsidian (including obisidian mobile)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9e28f45..5f2d46d 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.0.8": "0.15.0", "1.1.0": "0.15.0", "1.1.1": "0.15.0", - "1.1.2": "0.15.0" + "1.1.2": "0.15.0", + "1.1.3": "0.15.0" } \ No newline at end of file