Skip to content

Commit ddbdc15

Browse files
committed
v0.1.2
1 parent ff9465f commit ddbdc15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# add-final-modifier Changelog
44

5+
## 0.1.2 - 2023-07-27
6+
7+
### Added
8+
- Support new IDEA version
9+
10+
511
## 0.1.1 - 2023-06-28
612

713
### Fixed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = lwm.plugins
44
pluginName = add-final-modifier
55
pluginRepositoryUrl = https://github.com/githublwm/Add-Final-Modifier
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.1.1
7+
pluginVersion = 0.1.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 221
11-
pluginUntilBuild = 231.*
11+
pluginUntilBuild =
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC

0 commit comments

Comments
 (0)