Skip to content

Commit e7423d0

Browse files
authored
Change version to 500.0, and the untilBuild to 253.* (#79)
These changes are anticipation of landing the Dart Plugin in coming days from the Google vendor.
1 parent 9a70048 commit e7423d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ pluginName = Dart
77
pluginId = Dart
88

99
# SemVer format -> https://semver.org
10-
pluginVersion = 89.0
10+
pluginVersion = 500.0
1111

1212
# TODO(https://github.com/flutter/dart-intellij-third-party/issues/23) Add a changelog
1313
# Not currently used in the build.gradle.kts file:
1414
# pluginRepositoryUrl = https://github.com/flutter/dart-intellij-third-party
1515

1616
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1717
pluginSinceBuild = 251
18-
pluginUntilBuild = 251.*
18+
pluginUntilBuild = 253.*
1919

2020
# Gradle Releases -> https://github.com/gradle/gradle/releases
2121
gradleVersion = 8.13

0 commit comments

Comments
 (0)