Skip to content

Commit 9d40e8c

Browse files
committedMar 20, 2025
chore: Upgrade plugin to 0.5.5 version
1 parent 5b16c54 commit 9d40e8c

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.4",
16+
"version": "0.5.5",
1717
"status": "draft",
1818
"is_pack": false,
1919
"released_at": null,
@@ -35,8 +35,13 @@
3535
},
3636
{
3737
"version": "0.5.4",
38-
"is_latest": true,
38+
"is_latest": false,
3939
"released_at": "2025-03-17T03:00:00Z"
40+
},
41+
{
42+
"version": "0.5.5",
43+
"is_latest": true,
44+
"released_at": "2025-03-20T19:00:00Z"
4045
}
4146
],
4247
"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.4",
4+
"Version" : "0.5.5",
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)