Skip to content

Commit

Permalink
chore: update for build range
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 22, 2024
1 parent b3a72ef commit 110da98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
pluginGroup = com.feakin.intellij
pluginName = Feakin
# SemVer format -> https://semver.org
pluginVersion = 0.4.4
pluginVersion = 0.4.5
pluginRepositoryUrl=https://githb.com/feakin/intellij-feakin

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
pluginUntilBuild = 233.*
#pluginUntilBuild = 242.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
platformType = IC
platformVersion = LATEST-EAP-SNAPSHOT
platformVersion = 241

# 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 110da98

Please sign in to comment.