Skip to content

Commit cc89736

Browse files
committed
for 2018.2
1 parent 0f32985 commit cc89736

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Please note
3636
Change log
3737
==========
3838

39+
- 1.0.9 Compatible with 2018.2
3940
- 1.0.8 Code improvements. Refactored code.
4041
- 1.0.7 Bugfix. To be compatible with CLion 2017.3.
4142
- 1.0.6 Bugfix. Reverted a change that broke this plugin.

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
2-
id 'org.jetbrains.intellij' version '0.3.4'
2+
id 'org.jetbrains.intellij' version '0.3.5'
33
}
44

55
import org.apache.tools.ant.taskdefs.condition.Os;
66

77
group 'com.github.itechbear'
8-
version '1.0.8'
8+
version '1.0.9'
99

1010
repositories {
1111
mavenCentral()

src/main/resources/META-INF/plugin.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.github.itechbear.clion.cpplint</id>
33
<name>CLion-cpplint</name>
4-
<version>1.0.8</version>
4+
<version>1.0.9</version>
55
<vendor email="[email protected]" url="https://github.com/itechbear">itechbear</vendor>
66

77
<description><![CDATA[
@@ -27,6 +27,8 @@
2727
]]></description>
2828

2929
<change-notes><![CDATA[
30+
1.0.9 Compatible with 2018.2 <br /><br />
31+
3032
1.0.8 Code improvements. Refactored code <br /><br />
3133
3234
1.0.7 Bugfix. To be compatible with CLion 2017.3. <br /><br />
@@ -44,7 +46,7 @@
4446
</change-notes>
4547

4648
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
47-
<idea-version since-build="172.4574.11"/>
49+
<idea-version since-build="182" until-build="182.*"/>
4850

4951
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
5052
on how to target different products -->

0 commit comments

Comments
 (0)