diff --git a/README.md b/README.md index 0f59a78..835fa7a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ false positives for C++ projects. C++ projects should append `--language=c++` t ## Releases +### 1.4.1 - 2020-04-06 + +Fix NullPointerException. (Contribution by @firewave) + ### 1.4.0 - 2020-04-03 Support Cppcheck MISRA addon. (Contribution by @SJ-Innovation) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index b26d51d..202d2da 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.github.johnthagen.cppcheck cppcheck - 1.4.0 + 1.4.1 johnthagen + 1.4.1 Fix NullPointerException (Contribution by @firewave)
]]>