Add minimum app version flag
This commit is contained in:
parent
a99f485893
commit
3174803479
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue