Skip to content

Commit 6360c23

Browse files
committed
Release 1.3.1
1 parent f88f6f1 commit 6360c23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-cpplint",
33
"description": "Validates C++ files with cpplint",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"homepage": "https://github.com/stephenmathieson/node-cpplint",
66
"author": {
77
"name": "Stephen Mathieson",

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ and verify that all unit tests are passing with `grunt vows`.
139139

140140
## Revision History
141141

142+
### 0.3.0
143+
144+
- update cpplint
145+
142146
### 0.2.0
143147

144148
- update cpplint

0 commit comments

Comments
 (0)