Skip to content

Commit

Permalink
fix(plugin): Compatibility with IU-241
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Mar 19, 2024
1 parent e37452b commit 031d054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "varme.pw"
version = "1.1.7"
version = "1.1.8"

sourceCompatibility = 17

Expand All @@ -20,6 +20,10 @@ intellij {

patchPluginXml {
changeNotes = """
<h3>v1.1.8</h3>
<ul>
<li>Compatibility with IU-241.*</li>
</ul>
<h3>v1.1.7</h3>
<ul>
<li>Change stop widget red color</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
on how to target different products -->
<depends>com.intellij.modules.platform</depends>
<idea-version since-build="203.*" until-build="233.*"/>
<idea-version since-build="203.*" until-build="241.*"/>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="826759b5-3737-4109-9da3-c134c6a8e515" path="/META-INF/oceanic_dark.theme.json"/>
Expand Down

0 comments on commit 031d054

Please sign in to comment.