Skip to content

Commit 152cd48

Browse files
author
jacobrein
committed
Update version and build range in Gradle settings
The application's version has been incremented to 1.0.28. Additionally, the acceptable build range in the plugin settings has been widened, now accepting up until the 241.* build.
1 parent 9a1145b commit 152cd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

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

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

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

7272
signPlugin {

0 commit comments

Comments
 (0)