Skip to content

Commit f41e063

Browse files
committed
chore: Upgrade plugin version to 0.5.4
1 parent 9d7d084 commit f41e063

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/scripts/plugin.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Linux"
1414
],
1515
"license": "GPLv3",
16-
"version": "0.5.3",
16+
"version": "0.5.4",
1717
"status": "draft",
1818
"is_pack": false,
1919
"released_at": null,
@@ -30,8 +30,13 @@
3030
},
3131
{
3232
"version": "0.5.3",
33-
"is_latest": true,
33+
"is_latest": false,
3434
"released_at": "2025-03-14T11:00:00Z"
35+
},
36+
{
37+
"version": "0.5.4",
38+
"is_latest": true,
39+
"released_at": "2025-03-17T03:00:00Z"
3540
}
3641
],
3742
"icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d",

QodeAssist.json.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Id" : "qodeassist",
33
"Name" : "QodeAssist",
4-
"Version" : "0.5.3",
4+
"Version" : "0.5.4",
55
"Vendor" : "Petr Mironychev",
66
"VendorId" : "petrmironychev",
77
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",

0 commit comments

Comments
 (0)