From da35dee54ec66203e5a57b705420274a85c6f9ef Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Sat, 23 Sep 2023 11:17:55 +0000 Subject: [PATCH] 1.1.12-alpha.2 --- manifest-beta.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index f62fb79..3365a79 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.1.12-alpha.1", + "version": "1.1.12-alpha.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 b4d25cd..3776d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.1.12-alpha.1", + "version": "1.1.12-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.1.12-alpha.1", + "version": "1.1.12-alpha.2", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 29f077a..5b11045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.1.12-alpha.1", + "version": "1.1.12-alpha.2", "description": "This plugin adds any custom font to obsidian (including obisidian mobile)", "main": "main.js", "scripts": {