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