Skip to content

UpdateVersionOptions.minAppVersion?

UpdateVersionOptions › minAppVersion?

Type: string | undefined

An explicit minAppVersion to write into the plugin's manifest.json and its new versions.json entry. When set, it is used verbatim and the latest Obsidian desktop version is not fetched at all.

Set this when the plugin has a known minimum it actually requires, rather than tracking whatever Obsidian released most recently. Only applies to Obsidian plugins, and only to non-pre-release versions (a pre-release copies the existing manifest.json and never writes minAppVersion).