Skip to content

Commit b4e25af

Browse files
committed
support 231.*
1 parent 38f19e0 commit b4e25af

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# Plugin Changelog
44

55
## [Unreleased]
6+
- support 231.*
67

78
## [2.223.1]
8-
- Add part
9+
- Add part
910
- Remove @JsonSerializable
1011

1112
## [2.223.0]

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=com.github.tbm98.fluttergeneratorsnippets
44
pluginName=flutter_generator_snippets
5-
pluginVersion=2.223.1
5+
pluginVersion=2.231.1
66

77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
1010
pluginSinceBuild = 203
11-
pluginUntilBuild = 223.*
11+
pluginUntilBuild = 231.*
1212

1313
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1414
platformType = IC

0 commit comments

Comments
 (0)