diff --git a/.github/scripts/plugin.json b/.github/scripts/plugin.json index a4ae636..5f3401a 100644 --- a/.github/scripts/plugin.json +++ b/.github/scripts/plugin.json @@ -6,22 +6,27 @@ "llm", "ai" ], - "compatibility": "Qt 6.8.1", + "compatibility": "Qt 6.8.2", "platforms": [ "Windows", "macOS", "Linux" ], "license": "GPLv3", - "version": "0.4.0", + "version": "0.5.2", "status": "draft", "is_pack": false, "released_at": null, "version_history": [ { "version": "0.4.0", - "is_latest": true, + "is_latest": false, "released_at": "2024-01-24T15:00:00Z" + }, + { + "version": "0.5.2", + "is_latest": true, + "released_at": "2025-03-13T17:00:00Z" } ], "icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d", diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 80a4dcd..c2aa8d9 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -12,9 +12,9 @@ on: env: PLUGIN_NAME: QodeAssist - QT_VERSION: 6.8.1 - QT_CREATOR_VERSION: 15.0.1 - QT_CREATOR_VERSION_INTERNAL: 15.0.1 + QT_VERSION: 6.8.2 + QT_CREATOR_VERSION: 16.0.0 + QT_CREATOR_VERSION_INTERNAL: 16.0.0 MACOS_DEPLOYMENT_TARGET: "11.0" CMAKE_VERSION: "3.29.6" NINJA_VERSION: "1.12.1" diff --git a/QodeAssist.json.in b/QodeAssist.json.in index d69eadf..0f167de 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,7 +1,7 @@ { "Id" : "qodeassist", "Name" : "QodeAssist", - "Version" : "0.5.1", + "Version" : "0.5.2", "Vendor" : "Petr Mironychev", "VendorId" : "petrmironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",