From f7e748ba7ebf2b6428d3e241201ff82293b5feec Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Thu, 24 Apr 2025 03:24:00 +0200 Subject: [PATCH] chore: Upgrade plugin to 0.5.10 --- .github/scripts/plugin.json | 12 +++++++++++- QodeAssist.json.in | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/scripts/plugin.json b/.github/scripts/plugin.json index f7c594d..0a3af57 100644 --- a/.github/scripts/plugin.json +++ b/.github/scripts/plugin.json @@ -13,7 +13,7 @@ "Linux" ], "license": "GPLv3", - "version": "0.5.8", + "version": "0.5.10", "status": "draft", "is_pack": false, "released_at": null, @@ -57,6 +57,16 @@ "version": "0.5.8", "is_latest": true, "released_at": "2025-04-17T10:00:00Z" + }, + { + "version": "0.5.9", + "is_latest": true, + "released_at": "2025-04-21T10:00:00Z" + }, + { + "version": "0.5.10", + "is_latest": true, + "released_at": "2025-04-24T10: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 e0833f2..d11e05f 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,7 +1,7 @@ { "Id" : "qodeassist", "Name" : "QodeAssist", - "Version" : "0.5.9", + "Version" : "0.5.10", "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",