From 9d40e8ca25ee7642cfce1157e5ea0c2517cedd45 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:02:11 +0100 Subject: [PATCH] chore: Upgrade plugin to 0.5.5 version --- .github/scripts/plugin.json | 9 +++++++-- QodeAssist.json.in | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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",