diff --git a/manifest.json b/manifest.json index 287bcba..fd94efc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.5.3", + "version": "1.5.4", "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 c11e9af..9571feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index e3a7528..e7c8746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.5.3", + "version": "1.5.4", "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 2ef8a78..5177d71 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "1.5.0": "0.15.0", "1.5.1": "0.15.0", "1.5.2": "0.15.0", - "1.5.3": "0.15.0" + "1.5.3": "0.15.0", + "1.5.4": "0.15.0" } \ No newline at end of file