diff --git a/manifest.json b/manifest.json index a286dfe..1c7a433 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.15.0", "description": "This plugin loads any custom font into Obsidian (including Obsidian mobile)", "author": "Amir Pourmand", diff --git a/package-lock.json b/package-lock.json index b54107c..e29d69b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 8bd797b..7f9d716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.1.1", + "version": "1.1.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 70e52bd..9e28f45 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.7": "0.15.0", "1.0.8": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.1.2": "0.15.0" } \ No newline at end of file