We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d5fc2 commit 321e4e6Copy full SHA for 321e4e6
.gitignore
@@ -1,3 +1,4 @@
1
.gradle
2
.idea
3
+.qodana
4
build
CHANGELOG.md
@@ -3,6 +3,7 @@
# File Permissions Plugin Changelog
5
## Unreleased
6
+- Support for 2023.1
7
8
## 0.2.5 - 2022-11-29
9
- Support for 2022.3
gradle.properties
@@ -3,9 +3,9 @@
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
pluginName = File Permissions
-pluginVersion = 0.2.5
+pluginVersion = 0.2.6
pluginSinceBuild = 203
-pluginUntilBuild = 223.*
+pluginUntilBuild = 231.*
10
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
11
platformType = IC
0 commit comments