Skip to content

Commit 8390cf0

Browse files
committed
Update IntelliJ plugin to v1.4.1 with support for IDE build 261.*
1 parent 796064f commit 8390cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Editor/intellij-aro/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.arolang"
7-
version = "1.4.0"
7+
version = "1.4.1"
88

99
repositories {
1010
mavenCentral()
@@ -40,7 +40,7 @@ intellijPlatform {
4040
name = "ARO Language Support"
4141
ideaVersion {
4242
sinceBuild = "243"
43-
untilBuild = "252.*"
43+
untilBuild = "261.*"
4444
}
4545
}
4646

0 commit comments

Comments
 (0)