File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 38
38
<idea-plugin version =" 2" >
39
39
<id >io.github.francoiscambell.clionarduinoplugin</id >
40
40
<name >CLion Arduino</name >
41
- <version >1.2.1 </version >
41
+ <version >1.2.2 </version >
42
42
<vendor email =" " url =" https://github.com/francoiscampbell/CLionArduinoPlugin" >Francois Campbell</vendor >
43
43
44
44
<description ><![CDATA[
62
62
]]> </description >
63
63
64
64
<change-notes ><![CDATA[
65
+ <b>1.2.2</b>
66
+ <ul>
67
+ <li>Fixed .ino and .pde files not refactorable. Increased compatibility for Servo library</li>
68
+ </ul>
65
69
<b>1.2.1</b>
66
70
<ul>
67
71
<li>Re-compiled for Java 6</li>
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ It seems that arduino-cmake (the backing plugin) development has pretty much sta
18
18
19
19
## Release Notes
20
20
21
+ ** 1.2.2**
22
+
23
+ * Fixed .ino and .pde files not refactorable. Increased compatibility for Servo library</li >
24
+
21
25
** 1.2.1**
22
26
23
27
* Re-compiled for Java 6
You can’t perform that action at this time.
0 commit comments