Skip to content

Commit 2f21162

Browse files
committed
chore: bump version to 0.3.9 and adjust IDE compatibility
- Update version from 0.3.3 to 0.3.9 - Change IntelliJ target version from 2023.2.5 to 2022.3.3 - Extend plugin compatibility to build 243.*
1 parent 676255c commit 2f21162

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

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

1515
repositories {
1616
mavenCentral()
@@ -38,7 +38,7 @@ configurations.all {
3838
// Configure Gradle IntelliJ Plugin
3939
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
4040
intellij {
41-
version.set("2023.2.5")
41+
version.set("2022.3.3")
4242
type.set("IC") // Target IDE Platform
4343

4444
plugins.set(listOf(/* Plugin Dependencies */))
@@ -100,7 +100,7 @@ tasks {
100100

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

106106
signPlugin {

0 commit comments

Comments
 (0)