Skip to content

Commit

Permalink
fix(intellij): update supported version range. (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Nov 27, 2023
1 parent 00cfbfa commit 0d79f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.tabbyml"
version = "1.1.1"
version = "1.2.0-dev"

repositories {
mavenCentral()
Expand All @@ -33,7 +33,7 @@ tasks {

patchPluginXml {
sinceBuild.set("222")
untilBuild.set("232.*")
untilBuild.set("233.*")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down

0 comments on commit 0d79f9f

Please sign in to comment.