fix(intellij): update supported version range. (#903)

add-prompt-lookup
Zhiming Ma 2023-11-27 11:46:12 +08:00 committed by GitHub
parent 00cfbfa097
commit 0d79f9f347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
group = "com.tabbyml"
version = "1.1.1"
version = "1.2.0-dev"
repositories {
mavenCentral()
@ -33,7 +33,7 @@ tasks {
patchPluginXml {
sinceBuild.set("222")
untilBuild.set("232.*")
untilBuild.set("233.*")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),