From 38a6a1492407dc74b6bec7c1d83465927525bff9 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Mon, 1 Jul 2024 11:40:51 +0000 Subject: [PATCH] 1.5.2 --- 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 b2fa5a1..3748185 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "0.15.0", "description": "Customize your Obsidian vault with any font you want (+ Support for Android and IOS)", "author": "Amir Pourmand", diff --git a/package-lock.json b/package-lock.json index b6f21d2..c257d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 76a1a20..648886c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.5.1", + "version": "1.5.2", "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 c9b4576..abf73da 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "1.3.1": "0.15.0", "1.4.0": "0.15.0", "1.5.0": "0.15.0", - "1.5.1": "0.15.0" + "1.5.1": "0.15.0", + "1.5.2": "0.15.0" } \ No newline at end of file