Skip to content

Commit

Permalink
Adjusted minimal IDEA version
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Apr 18, 2019
1 parent 9bc7413 commit 4e2e3e5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions resources/META-INF/plugin.xml
@@ -1,14 +1,19 @@
<idea-plugin>
<id>com.samdark.intellij-visual-studio-code-dark-plus</id>
<name>Visual Studio Code Dark Plus Theme</name>
<version>1.3</version>
<version>1.4</version>
<vendor email="sam@rmcreative.ru" url="https://rmcreative.ru">Alexander Makarov</vendor>

<description><![CDATA[
Dark theme inspired by Visual Studio Code Dark Plus
]]></description>

<change-notes><![CDATA[
<b>1.4</b>
<ul>
<li>Adjusted minimal version of IDEA to match the one themes were introduced.</li>
</ul>
<b>1.3</b>
<ul>
<li>Improved markdown highlighting.</li>
Expand All @@ -32,7 +37,7 @@
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="173.0"/>
<idea-version since-build="191.0"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit 4e2e3e5

Please sign in to comment.