Skip to content

Commit 6bf7013

Browse files
committed
bump version to 2019.1.1
1 parent 9bc8672 commit 6bf7013

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

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

39+
- 2019.1.1 Fix issue #27 (Can't find highlight display level: WEAK_WARNING)
40+
- 2019.1 Compatible with 2019.1
3941
- 1.1.0 Compatible with 2018.3
4042
- 1.0.9 Compatible with 2018.2
4143
- 1.0.8 Code improvements. Refactored code.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.itechbear'
7-
version "${clionVersion}"
7+
version "${clionVersion}.1"
88

99
repositories {
1010
mavenCentral()

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
displayName="cpplint inspection"
6464
groupName="C++: line"
6565
id="CpplintInspection"
66-
level="WEAK_WARNING"
66+
level="WEAK WARNING"
6767
enabledByDefault="true"/>
6868
<applicationConfigurable instance="com.github.itechbear.clion.cpplint.Option"
6969
displayName="cpplint option"/>

0 commit comments

Comments
 (0)