Updated version

This commit is contained in:
Nick 2025-01-12 12:10:32 +01:00
parent fd6622fc80
commit b7f81ea1a4
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@
"id": "extended-file-support",
"name": "Extended File Support",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"minAppVersion": "0.18.0",
"description": "Adds file support for various file types. Allows viewing and embedding these filetypes. Includes: .kra, .psd, .obj, .glb, .gltf, and more.",
"author": "Nick de Bruin",
"authorUrl": "https://nickdebruin.me/",
"isDesktopOnly": false
}
}

View file

@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.18.0"
}