Skip to content

Commit 99118af

Browse files
authored
Fix/update version to 1.0.4 (#47)
* feature #45/ dynamic argument flags * wip working dynamic args * working * updated readme * small readme update * removed specifying language to run script with * made script command parsing a bit more general + updated readme * removed console log * reworked to make command running more generic * removed reference to removed function * updated readme to be a bit clearer * clarified some comments * removed whitespace * rerun script for every analysis * fix / update version to 1.0.4
1 parent 560478a commit 99118af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cppcheck-official",
33
"displayName": "Cppcheck Official",
44
"description": "A Visual Studio Code extension that runs cppcheck on C/C++ files on save. Supported by the Cppcheck team.",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"engines": {
77
"vscode": "^1.96.0"
88
},

0 commit comments

Comments
 (0)