Skip to content

Commit

Permalink
Change vendor and compatibility range
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Jan 23, 2024
1 parent 5819300 commit d4c82de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginVersion=0.7.5

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
pluginUntilBuild = 233.*
pluginUntilBuild = 241.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin package="com.intellij.ml.llm.template">
<id>com.intellij.ml.llm.template</id>
<name>LLM-Powered Extract Method</name>
<vendor>Dorin Pomian</vendor>
<vendor>JetBrains</vendor>

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.java</depends>
Expand Down

0 comments on commit d4c82de

Please sign in to comment.