Skip to content

Commit

Permalink
chore(new) EAP build compatibility added.
Browse files Browse the repository at this point in the history
  • Loading branch information
iyashpal committed Sep 20, 2024
1 parent f0149b3 commit 30591a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<idea-plugin>
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
<id>com.github.iyashpal.intellijgithubthemes</id>
<version>0.0.22</version>
<version>0.0.23</version>

<!-- Public plugin name should be written in Title Case. Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
<name>Github Themes</name>
Expand All @@ -11,7 +11,7 @@
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="[email protected]" url="https://github.com/iyashpal">Yash Pal</vendor>

<idea-version since-build="222" until-build="242.*"/>
<idea-version since-build="222" until-build="243.*"/>

<!-- Product and plugin compatibility requirements. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 30591a0

Please sign in to comment.