Skip to content

Commit 55d411d

Browse files
Upgrade IDE compatibility version (#9)
Upgrade IDE compatibility version
1 parent be7c9cb commit 55d411d

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
@@ -10,7 +10,7 @@ application {
1010
}
1111

1212
group = "com.techconative"
13-
version = "0.0.4"
13+
version = "0.0.5"
1414

1515
repositories {
1616
mavenCentral()
@@ -68,7 +68,7 @@ tasks {
6868

6969
patchPluginXml {
7070
sinceBuild.set("222")
71-
untilBuild.set("231.*")
71+
untilBuild.set("*.*")
7272
}
7373

7474
signPlugin {

0 commit comments

Comments
 (0)