chore: Upgrade plugin version to 0.5.8

This commit is contained in:
Petr Mironychev 2025-04-17 10:40:10 +02:00
parent b36d01d2c7
commit 674b1fecde
2 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"Linux" "Linux"
], ],
"license": "GPLv3", "license": "GPLv3",
"version": "0.5.7", "version": "0.5.8",
"status": "draft", "status": "draft",
"is_pack": false, "is_pack": false,
"released_at": null, "released_at": null,
@ -50,8 +50,13 @@
}, },
{ {
"version": "0.5.7", "version": "0.5.7",
"is_latest": true, "is_latest": false,
"released_at": "2025-04-14T01:00:00Z" "released_at": "2025-04-14T01:00:00Z"
},
{
"version": "0.5.8",
"is_latest": true,
"released_at": "2025-04-17T10:00:00Z"
} }
], ],
"icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d", "icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d",

View File

@ -1,7 +1,7 @@
{ {
"Id" : "qodeassist", "Id" : "qodeassist",
"Name" : "QodeAssist", "Name" : "QodeAssist",
"Version" : "0.5.7", "Version" : "0.5.8",
"Vendor" : "Petr Mironychev", "Vendor" : "Petr Mironychev",
"VendorId" : "petrmironychev", "VendorId" : "petrmironychev",
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",