Skip to content

Commit

Permalink
Merge pull request #15 from takemikami/prepare-0.0.5
Browse files Browse the repository at this point in the history
prepare 0.0.5, update support ide
  • Loading branch information
takemikami authored Mar 8, 2024
2 parents 43d4340 + 8d583ff commit 6ca050c
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.github.takemikami.intellij.plugin.pytestparametrize"
version = "0.0.4"
version = "0.0.5"

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

patchPluginXml {
sinceBuild.set("223")
untilBuild.set("232.*")
untilBuild.set("233.*")
}

signPlugin {
Expand Down

0 comments on commit 6ca050c

Please sign in to comment.