diff --git a/.github/scripts/plugin.json b/.github/scripts/plugin.json index 9026352..6d912f6 100644 --- a/.github/scripts/plugin.json +++ b/.github/scripts/plugin.json @@ -70,8 +70,13 @@ }, { "version": "0.5.11", - "is_latest": true, + "is_latest": false, "released_at": "2025-04-24T21:00:00Z" + }, + { + "version": "0.5.12", + "is_latest": true, + "released_at": "2025-05-01T17:00:00Z" } ], "icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d", diff --git a/QodeAssist.json.in b/QodeAssist.json.in index c0f3d41..3de6e1e 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,7 +1,7 @@ { "Id" : "qodeassist", "Name" : "QodeAssist", - "Version" : "0.5.11", + "Version" : "0.5.12", "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",