From 14bf0e6c94321e370af11f3fde0228867053ad4a Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:17:09 +0200 Subject: [PATCH] Upgrade plugin version to 0.3.0 --- CMakeLists.txt | 2 -- DocumentContextReader.hpp | 1 - LLMClientInterface.hpp | 2 -- QodeAssist.json.in | 2 +- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed9f02f..171761a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ cmake_minimum_required(VERSION 3.16) -list(APPEND CMAKE_PREFIX_PATH "/Users/palm1r/Qt/Qt Creator.app/Contents/Resources/lib/cmake/QtCreator") - project(QodeAssist) set(CMAKE_AUTOMOC ON) diff --git a/DocumentContextReader.hpp b/DocumentContextReader.hpp index 1a234b3..c9a5867 100644 --- a/DocumentContextReader.hpp +++ b/DocumentContextReader.hpp @@ -22,7 +22,6 @@ #include #include -// #include "QodeAssistData.hpp" #include namespace QodeAssist { diff --git a/LLMClientInterface.hpp b/LLMClientInterface.hpp index 48dfb9c..f3e69e7 100644 --- a/LLMClientInterface.hpp +++ b/LLMClientInterface.hpp @@ -22,8 +22,6 @@ #include #include -// #include "QodeAssistData.hpp" -// #include "core/LLMRequestHandler.hpp" #include #include diff --git a/QodeAssist.json.in b/QodeAssist.json.in index 14543c1..26de130 100644 --- a/QodeAssist.json.in +++ b/QodeAssist.json.in @@ -1,6 +1,6 @@ { "Name" : "QodeAssist", - "Version" : "0.2.4", + "Version" : "0.3.0", "CompatVersion" : "${IDE_VERSION_COMPAT}", "Vendor" : "Petr Mironychev", "Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",