Skip to content

Commit 321e4e6

Browse files
committed
v0.2.6 - Support for 2023.1
1 parent 40d5fc2 commit 321e4e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.gradle
22
.idea
3+
.qodana
34
build

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# File Permissions Plugin Changelog
44

55
## Unreleased
6+
- Support for 2023.1
67

78
## 0.2.5 - 2022-11-29
89
- Support for 2022.3

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions
6-
pluginVersion = 0.2.5
6+
pluginVersion = 0.2.6
77
pluginSinceBuild = 203
8-
pluginUntilBuild = 223.*
8+
pluginUntilBuild = 231.*
99

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

0 commit comments

Comments
 (0)