Skip to content

Commit

Permalink
Update version to 0.1.4 and extend compatibility range
Browse files Browse the repository at this point in the history
Bump project version from 0.1.3 to 0.1.4. Adjust the IntelliJ plugin compatability range to include builds up to 243.*.
  • Loading branch information
cortiz committed Sep 17, 2024
1 parent db0c0d5 commit d773178
Showing 1 changed file with 2 additions and 2 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.jmpeax"
version = "0.1.3"
version = "0.1.4"

repositories {
mavenCentral()
Expand All @@ -32,7 +32,7 @@ tasks {

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

signPlugin {
Expand Down

0 comments on commit d773178

Please sign in to comment.