Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 27d9d1d

Browse files
committed
CLion 2018.2 support and version advance
1 parent 4fd3f5c commit 27d9d1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>xyz.elmot.clion.armsupport.prj</id>
33
<name>OpenOCD + STM32CubeMX support for ARM embedded development</name>
4-
<version>1.1.alpha5</version>
4+
<version>1.1.alpha6</version>
55
<vendor email="me@elmot.xyz" url="http://elmot.xyz">Elmot</vendor>
66

77
<description><![CDATA[
@@ -42,12 +42,13 @@ The plugin is free, but if you like it, you may support my work with a PayPal do
4242
<li>Different download types supported</li>
4343
<li>"Autogenerated" warning is added to CmakeLists.txt</li>
4444
<li>Board config selection assistant</li>
45+
<li>CLion 2018.2 support</li>
4546
</ul>
4647
]]>
4748
</change-notes>
4849

4950
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
50-
<idea-version since-build="181.4203" until-build="181.*"/>
51+
<idea-version since-build="181.4203" until-build="182.*"/>
5152

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

0 commit comments

Comments
 (0)