Skip to content

Commit af2ffe7

Browse files
committed
Bump version 0.3.3
1 parent 244143e commit af2ffe7

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 @@ plugins {
1010
}
1111

1212
group = "ai.devchat"
13-
version = "0.3.2"
13+
version = "0.3.3"
1414

1515
repositories {
1616
mavenCentral()
@@ -100,7 +100,7 @@ tasks {
100100

101101
patchPluginXml {
102102
sinceBuild.set("223")
103-
untilBuild.set("241.*")
103+
untilBuild.set("242.*")
104104
}
105105

106106
signPlugin {

0 commit comments

Comments
 (0)