diff --git a/manifest.json b/manifest.json index b248d52..c4ea1f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "custom-font-loader", "name": "Custom Font Loader", - "version": "1.3.1", + "version": "1.4.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 36f32eb..fb83d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-font", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-custom-font", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index e71adc7..fb753a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-font", - "version": "1.3.1", + "version": "1.4.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 da35692..a6c7c2f 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.1.12": "0.15.0", "1.2.0": "0.15.0", "1.3.0": "0.15.0", - "1.3.1": "0.15.0" + "1.3.1": "0.15.0", + "1.4.0": "0.15.0" } \ No newline at end of file