From f41e063c02516c8cad2d25aa3693d6182b9d8cb7 Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:51:31 +0100 Subject: [PATCH] chore: Upgrade plugin version to 0.5.4 --- .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 b74c2c7..bd726fe 100644 --- a/.github/scripts/plugin.json +++ b/.github/scripts/plugin.json @@ -13,7 +13,7 @@ "Linux" ], "license": "GPLv3", - "version": "0.5.3", + "version": "0.5.4", "status": "draft", "is_pack": false, "released_at": null, @@ -30,8 +30,13 @@ }, { "version": "0.5.3", - "is_latest": true, + "is_latest": false, "released_at": "2025-03-14T11:00:00Z" + }, + { + "version": "0.5.4", + "is_latest": true, + "released_at": "2025-03-17T03: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 1c08013..a5d82c9 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,7 +1,7 @@ { "Id" : "qodeassist", "Name" : "QodeAssist", - "Version" : "0.5.3", + "Version" : "0.5.4", "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",