Skip to content

Commit

Permalink
Change version and compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyeon5626 committed Sep 21, 2024
1 parent a2cc8e5 commit d69cac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.dohyeon5626"
version = "1.4"
version = "1.5"

repositories {
mavenCentral()
Expand Down Expand Up @@ -33,7 +33,7 @@ tasks {

patchPluginXml {
sinceBuild.set("212")
untilBuild.set("242.*")
untilBuild.set("243.*")
}

signPlugin {
Expand Down
Empty file.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
1.1 : Minimize navigation to improve performance, Add .gitkeep invisible settings<br/>
1.2 : Add visibility settings page<br/>
1.3 : Add .gitignore path settings<br/>
1.4 : Change compatible versions<br/>
1.4 : Change compatible versions 242.*<br/>
1.5 : Change compatible versions 243.*<br/>
]]></change-notes>

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

0 comments on commit d69cac0

Please sign in to comment.