We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4020132 commit f542746Copy full SHA for f542746
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
# add-final-modifier Changelog
4
5
+## 0.1.3 - 2025-05-22
6
+
7
+### Added
8
+- Updated the intention logic to better handle final modifier additions for fields, variables
9
10
## 0.1.2 - 2023-07-27
11
12
### Added
gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = lwm.plugins
pluginName = add-final-modifier
pluginRepositoryUrl = https://github.com/githublwm/Add-Final-Modifier
# SemVer format -> https://semver.org
-pluginVersion = 0.1.2
+pluginVersion = 0.1.3
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 221
0 commit comments