diff --git a/manifest.json b/manifest.json index 50fc908..5588c22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.1.7", + "version": "1.1.8", "minAppVersion": "0.15.0", "description": "Customize your Obsidian vault with any font you want (+ Support for Android and IOS)", "author": "Amir Pourmand", "authorUrl": "https://amirpourmand.ir", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1bd5649..b0efad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.1.7", + "version": "1.1.8", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 033aa34..06031bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.1.7", + "version": "1.1.8", "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 1f86012..a62bd8c 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.1.4": "0.15.0", "1.1.5": "0.15.0", "1.1.6": "0.15.0", - "1.1.7": "0.15.0" + "1.1.7": "0.15.0", + "1.1.8": "0.15.0" } \ No newline at end of file