Skip to content

Commit 4e2e3e5

Browse files
committed
Adjusted minimal IDEA version
1 parent 9bc7413 commit 4e2e3e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
<idea-plugin>
22
<id>com.samdark.intellij-visual-studio-code-dark-plus</id>
33
<name>Visual Studio Code Dark Plus Theme</name>
4-
<version>1.3</version>
4+
<version>1.4</version>
55
<vendor email="[email protected]" url="https://rmcreative.ru">Alexander Makarov</vendor>
66

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

1111
<change-notes><![CDATA[
12+
<b>1.4</b>
13+
<ul>
14+
<li>Adjusted minimal version of IDEA to match the one themes were introduced.</li>
15+
</ul>
16+
1217
<b>1.3</b>
1318
<ul>
1419
<li>Improved markdown highlighting.</li>
@@ -32,7 +37,7 @@
3237
</change-notes>
3338

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

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

0 commit comments

Comments
 (0)