Skip to content

Commit 7b9e5c6

Browse files
Bumped version number
1 parent bc8b37d commit 7b9e5c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

META-INF/plugin.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<idea-plugin version="2">
3939
<id>io.github.francoiscambell.clionarduinoplugin</id>
4040
<name>CLion Arduino</name>
41-
<version>1.2.1</version>
41+
<version>1.2.2</version>
4242
<vendor email="" url="https://github.com/francoiscampbell/CLionArduinoPlugin">Francois Campbell</vendor>
4343

4444
<description><![CDATA[
@@ -62,6 +62,10 @@
6262
]]></description>
6363

6464
<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>
6569
<b>1.2.1</b>
6670
<ul>
6771
<li>Re-compiled for Java 6</li>

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ It seems that arduino-cmake (the backing plugin) development has pretty much sta
1818

1919
## Release Notes
2020

21+
**1.2.2**
22+
23+
* Fixed .ino and .pde files not refactorable. Increased compatibility for Servo library</li>
24+
2125
**1.2.1**
2226

2327
* Re-compiled for Java 6

0 commit comments

Comments
 (0)