We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81293a4 commit 855c40bCopy full SHA for 855c40b
src/main.ts
@@ -35,7 +35,7 @@ export default class ShellCommandsPlugin extends Plugin {
35
* Defines the settings structure version. Change this when a new plugin version is released, but only if that plugin
36
* version introduces changes to the settings structure. Do not change if the settings structure stays unchanged.
37
*/
38
- public static SettingsVersion: SettingsVersionString = "0.8.0";
+ public static SettingsVersion: SettingsVersionString = "0.10.0";
39
40
settings: ShellCommandsPluginSettings;
41
obsidian_commands: ObsidianCommandsContainer = {};
0 commit comments