Skip to content

Commit bcdb117

Browse files
committed
bumped version to 1.7.0
1 parent 6bec888 commit bcdb117

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Deployment.
6060

6161
## Releases
6262

63+
### 1.7.0 - XXXX-XX-XX
64+
6365
### 1.6.2 - 2022-01-25
6466

6567
- Fixed `NullPointerException` with Cppcheck < 1.89 caused by missing `column` attribute in XML result.

resources/META-INF/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.github.johnthagen.cppcheck</id>
33
<name>cppcheck</name>
4-
<version>1.6.2</version>
4+
<version>1.7.0</version>
55
<vendor email="[email protected]" url="http://github.com/johnthagen">johnthagen</vendor>
66

77
<description><![CDATA[
@@ -60,7 +60,6 @@
6060
]]></description>
6161

6262
<change-notes><![CDATA[
63-
- Fixed `NullPointerException` with Cppcheck < 1.89 caused by missing 'column' attribute in XML result.
6463
]]>
6564
</change-notes>
6665

0 commit comments

Comments
 (0)