Skip to content

Commit d79dc77

Browse files
authored
min as 253 (#87)
1 parent 0dfdac4 commit d79dc77

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Module Maker Changelog
22

3-
## [1.2.2]
4-
- Update min version to 252
3+
## [1.2.3]
4+
- Update min version to 253
55

66
## [1.2.0]
77
- Fix startup issue on Windows

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ pluginGroup = com.joetr.modulemaker
44
pluginName = ModuleMaker
55
pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.2.2
7+
pluginVersion = 1.2.3
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# Branch numbers are based on the YYYY.R IDE release version numbers.
1111
# The branch number takes the last two digits of the year and the R release number.
1212
# For example, 231 for 2023.1, 232 for 2023.2, and 233 for 2023.3.
13-
pluginSinceBuild = 252
13+
pluginSinceBuild = 253
1414
# pluginUntilBuild =
1515

1616
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

0 commit comments

Comments
 (0)