From c4cfbbe822ea068673e92f2256cfe77c1d257fd4 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Sat, 20 Jan 2024 12:33:10 +0000 Subject: [PATCH] 1.3.0 --- 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 6759e90..60a59dc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.2.0", + "version": "1.3.0", "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 dcb4d76..849b64b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 484537f..319ccd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.2.0", + "version": "1.3.0", "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 009d5f7..317621d 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.1.10": "0.15.0", "1.1.11": "0.15.0", "1.1.12": "0.15.0", - "1.2.0": "0.15.0" + "1.2.0": "0.15.0", + "1.3.0": "0.15.0" } \ No newline at end of file