Skip to content

Commit 32f9b9d

Browse files
committed
chore: Update plugin version to 0.4.0 and extend compatibility to IDEA 2025.2
- Bump pluginVersion from 0.3.6 to 0.4.0 - Extend pluginUntilBuild from 253.* to 261.* for IDEA 2025.2 compatibility
1 parent 7de62c4 commit 32f9b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpp-idea/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ mppVersion =3.0.0-alpha5
1818

1919
# Plugin properties (inherited from parent if not defined here)
2020
platformVersion=252
21-
pluginVersion=0.3.6
21+
pluginVersion=0.4.0
2222
pluginRepositoryUrl=https://github.com/phodal/auto-dev
2323
pluginSinceBuild=252
24-
pluginUntilBuild=253.*
24+
pluginUntilBuild=261.*
2525

2626
# IDE properties
2727
ideaVersion=IU-2025.2

0 commit comments

Comments
 (0)