Skip to content

Commit 8d583ff

Browse files
committed
prepare 0.0.5, update support ide
1 parent 43d4340 commit 8d583ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.github.takemikami.intellij.plugin.pytestparametrize"
8-
version = "0.0.4"
8+
version = "0.0.5"
99

1010
repositories {
1111
mavenCentral()
@@ -33,7 +33,7 @@ tasks {
3333

3434
patchPluginXml {
3535
sinceBuild.set("223")
36-
untilBuild.set("232.*")
36+
untilBuild.set("233.*")
3737
}
3838

3939
signPlugin {

0 commit comments

Comments
 (0)