Skip to content

Commit 9a1145b

Browse files
author
jacobrein
committed
Update build version and comment out untilBuild
In the build.gradle.kts file, the version has been updated from 1.0.26 to 1.0.27. Additionally, the 'untilBuild' line in the patchPluginXml section has been commented out to allow compatibility with all future software builds.
1 parent 6cc0c6f commit 9a1145b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.programmersbox"
11-
version = "1.0.26"
11+
version = "1.0.27"
1212

1313
repositories {
1414
mavenCentral()
@@ -66,7 +66,7 @@ tasks {
6666

6767
patchPluginXml {
6868
sinceBuild.set("221")
69-
untilBuild.set("233.*")
69+
//untilBuild.set("233.*")
7070
}
7171

7272
signPlugin {

0 commit comments

Comments
 (0)