Skip to content

Commit 8f2fdfb

Browse files
authored
feat: adds support for 2024.3 or later (#14)
release: bump version to 5.0.0
1 parent 7e4f8d9 commit 8f2fdfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ pluginGroup=com.pj.foldableprojectview
33
pluginName=Foldable Project View
44
pluginRepositoryUrl=https://github.com/pavankjadda/intellij-foldable-projectview
55
# SemVer format -> https://semver.org
6-
pluginVersion=4.0.0
6+
pluginVersion=5.0.0
77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8-
pluginSinceBuild=241
9-
pluginUntilBuild=242.*
8+
pluginSinceBuild=242
9+
pluginUntilBuild=243.*
1010
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1111
platformType=IC
1212
platformVersion=2023.3.3
@@ -25,4 +25,4 @@ org.gradle.caching=true
2525
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
2626
systemProp.org.gradle.unsafe.kotlin.assignment=true
2727
# Enable Kotlin Official Code Style -> https://kotlinlang.org/docs/coding-conventions.html
28-
kotlin.code.style=official
28+
kotlin.code.style=official

0 commit comments

Comments
 (0)