diff --git a/manifest.json b/manifest.json index 68b024d..5b44c94 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "vare", "name": "VARE", - "minAppVersion": "0.15.0", - "description": "Now you can easily manage your plugins and themes inside Obsidian. Simply select the version you want to install or install unlisted ones from GitHub. Or if you want to test the new beta of your favorite plugin, simply select the version you want, install it and switch back if necessary.", + "minAppVersion": "1.5.11", + "description": "Now you can easily manage your plugins and themes. Simply select the version you want or install unlisted versions from GitHub. You can also install beta version and switch back if necessary.", "author": "4Source", "authorUrl": "https://github.com/4Source", "isDesktopOnly": true, diff --git a/src/settings/SettingsTab.ts b/src/settings/SettingsTab.ts index dfeb8b0..c6141f7 100644 --- a/src/settings/SettingsTab.ts +++ b/src/settings/SettingsTab.ts @@ -192,7 +192,7 @@ export class VareSettingTab extends PluginSettingTab { } // Ensure contains dir if (!manifest.dir) { - manifest.dir = plugin.id; + manifest.dir = this.app.vault.configDir + '/plugins/' + plugin.id; } // Get the version that should be installed const version = plugin.targetVersion || manifest.version; diff --git a/versions.json b/versions.json index 37d5abe..d8107c8 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.0": "0.15.0" + "0.1.0": "1.5.11" } \ No newline at end of file