Skip to content

Commit

Permalink
chore: update untilBuild and kotlin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Apr 7, 2024
1 parent 818bc39 commit b9a3052
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 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.7.21'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
}

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

version '1.2.0'
version '1.2.1'

patchPluginXml {
sinceBuild = "232.0"
untilBuild = "233.*"
untilBuild = "241.*"
}
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
passwordValue=8Dp-EfK-Xxv-xsG
passwordValue=8Dp-EfK-Xxv-xsG
kotlin.code.style=official
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<name>AureliaStorm Community</name>
<id>AureliaStormCommunity</id>
<idea-version since-build="191.3684" until-build="201.0000"/>
<idea-version since-build="232.0" until-build="241.*"/>
<vendor email="[email protected]" url="https://github.com/CollinHerber/AureliaStorm">Collin Herber</vendor>
<description><![CDATA[
This plugin is a fork from <a href="https://plugins.jetbrains.com/plugin/8567-aureliastorm">AureliaStorm</a>
Expand Down

0 comments on commit b9a3052

Please sign in to comment.