diff --git a/.github/scripts/plugin.json b/.github/scripts/plugin.json index ebd0354..9f1a4cd 100644 --- a/.github/scripts/plugin.json +++ b/.github/scripts/plugin.json @@ -13,7 +13,7 @@ "Linux" ], "license": "GPLv3", - "version": "0.5.5", + "version": "0.5.6", "status": "draft", "is_pack": false, "released_at": null, @@ -40,8 +40,13 @@ }, { "version": "0.5.5", - "is_latest": true, + "is_latest": false, "released_at": "2025-03-20T19:00:00Z" + }, + { + "version": "0.5.6", + "is_latest": true, + "released_at": "2025-04-04T19: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 a7b465d..724b920 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,7 +1,7 @@ { "Id" : "qodeassist", "Name" : "QodeAssist", - "Version" : "0.5.5", + "Version" : "0.5.6", "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",