Add minimum app version flag

This commit is contained in:
TheThomaas 2026-02-02 17:06:22 +01:00
parent a99f485893
commit 3174803479
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
name: Example library name: Example library
version: 0.1 version: 0.1
minUmbraVersion: 0.1.0
id: example-library id: example-library
type: library type: library
description: Test library addon description: Test library addon

View file

@ -1,5 +1,6 @@
name: Example theme name: Example theme
version: 0.1 version: 0.1
minUmbraVersion: 0.1.0
id: example-theme id: example-theme
type: theme type: theme
description: Test theme addon description: Test theme addon