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,
|
||||
"id": "net.wilddragon.dragonflight.uxp",
|
||||
"name": "Dragonflight MAM",
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.0",
|
||||
"main": "index.html",
|
||||
"host": {
|
||||
"app": "premierepro",
|
||||
|
|
@ -13,9 +13,9 @@
|
|||
"type": "panel",
|
||||
"id": "main",
|
||||
"label": { "default": "Dragonflight MAM" },
|
||||
"minimumSize": { "width": 320, "height": 360 },
|
||||
"preferredDockedSize": { "width": 380, "height": 600 },
|
||||
"preferredFloatingSize":{ "width": 420, "height": 720 }
|
||||
"minimumSize": { "width": 320, "height": 400 },
|
||||
"preferredDockedSize": { "width": 380, "height": 660 },
|
||||
"preferredFloatingSize":{ "width": 420, "height": 780 }
|
||||
}
|
||||
],
|
||||
"requiredPermissions": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue