Skip to content

Commit

Permalink
chore: update version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Aug 10, 2024
1 parent 7f76287 commit 5b9a3a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.intellij' version '1.13.3'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'org.jetbrains.intellij' version '1.16.0'
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
}

repositories {
Expand All @@ -13,9 +13,9 @@ intellij {
plugins = ['JavaScript']
}

version '1.3.0'
version '1.3.1'

patchPluginXml {
sinceBuild = "232.0"
untilBuild = "241.*"
untilBuild = "243.*"
}

0 comments on commit 5b9a3a7

Please sign in to comment.