Skip to content

Commit 855c40b

Browse files
committed
#123: Update settings version.
Reflects new settings fields "events" and "command_palette_availability".
1 parent 81293a4 commit 855c40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class ShellCommandsPlugin extends Plugin {
3535
* Defines the settings structure version. Change this when a new plugin version is released, but only if that plugin
3636
* version introduces changes to the settings structure. Do not change if the settings structure stays unchanged.
3737
*/
38-
public static SettingsVersion: SettingsVersionString = "0.8.0";
38+
public static SettingsVersion: SettingsVersionString = "0.10.0";
3939

4040
settings: ShellCommandsPluginSettings;
4141
obsidian_commands: ObsidianCommandsContainer = {};

0 commit comments

Comments
 (0)