Skip to content

Commit

Permalink
Compatibility with IU-222.*
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Aug 2, 2022
1 parent 71a15fa commit 786943c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.3"
version = "1.1.4"

sourceCompatibility = 11

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

patchPluginXml {
changeNotes = """
<h3>v1.1.4</h3>
<ul>
<li>Compatibility with IU-222.*</li>
</ul>
<h3>v1.1.3</h3>
<ul>
<li>Fix sidebar color</li>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/oceanic_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<metaInfo>
<property name="created">2021-08-04T10:12:06</property>
<property name="ide">idea</property>
<property name="ideVersion">2022.1.3.0</property>
<property name="modified">2022-07-03T17:38:45</property>
<property name="ideVersion">2022.2</property>
<property name="modified">2022-08-02T09:53:11</property>
<property name="originalScheme">Darcula</property>
</metaInfo>
<colors>
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.8084" until-build="221.*"/>
<idea-version since-build="203.8084" until-build="222.*"/>

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

0 comments on commit 786943c

Please sign in to comment.