UXP v2.1.0: bump version in manifest
This commit is contained in:
parent
16366267c4
commit
b3b2655272
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"manifestVersion": 5,
|
"manifestVersion": 5,
|
||||||
"id": "net.wilddragon.dragonflight.uxp",
|
"id": "net.wilddragon.dragonflight.uxp",
|
||||||
"name": "Dragonflight MAM",
|
"name": "Dragonflight MAM",
|
||||||
"version": "2.0.2",
|
"version": "2.1.0",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"host": {
|
"host": {
|
||||||
"app": "premierepro",
|
"app": "premierepro",
|
||||||
|
|
@ -13,9 +13,9 @@
|
||||||
"type": "panel",
|
"type": "panel",
|
||||||
"id": "main",
|
"id": "main",
|
||||||
"label": { "default": "Dragonflight MAM" },
|
"label": { "default": "Dragonflight MAM" },
|
||||||
"minimumSize": { "width": 320, "height": 360 },
|
"minimumSize": { "width": 320, "height": 400 },
|
||||||
"preferredDockedSize": { "width": 380, "height": 600 },
|
"preferredDockedSize": { "width": 380, "height": 660 },
|
||||||
"preferredFloatingSize":{ "width": 420, "height": 720 }
|
"preferredFloatingSize":{ "width": 420, "height": 780 }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requiredPermissions": {
|
"requiredPermissions": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue