diff --git a/build.gradle b/build.gradle index 9d8704e..2785555 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'top.nxxy335.commentaiautopilot' -version '1.0.2' +version '1.0.3' repositories { mavenCentral() diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 77b1e97..8df0a16 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -30,4 +30,4 @@ spec: url: "https://github.com/sunny-335/plugin-comment-ai-autopilot/blob/main/LICENSE" settingName: "comment-ai-autopilot-settings" configMapName: "comment-ai-autopilot-configmap" - version: "1.0.2" + version: "1.0.3"