Skip to content

Commit

Permalink
Declared compatibility with 2024.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-petricca committed Aug 8, 2024
1 parent 3b31b8c commit adffc18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# maven-templating-for-intellij Changelog

## [1.4.4]

- Declared compatibility with 2024.2.

## [1.4.3]

- Fixed compatibility with 2024.1.
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
pluginGroup = com.github.intellij.plugins.mt4ij
pluginName = maven-templating-for-intellij
# SemVer format -> https://semver.org
pluginVersion = 1.4.3
pluginVersion = 1.4.4

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 232
pluginUntilBuild = 241.*
pluginUntilBuild = 242.*

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

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit adffc18

Please sign in to comment.