Skip to content

Commit

Permalink
Bump version to v0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <[email protected]>
  • Loading branch information
roaldnefs committed Nov 20, 2019
1 parent 8b2960a commit c2ba420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Default options are:

By default the linter will lint as you type. Alternatively, set `salt-lint.run` to `onSave` if you want to lint only when the file is saved (works best if auto-save is on).

```json
```javascript
{
"salt-lint.run": "onType" // also: "onSave"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "salt-lint",
"displayName": "salt-lint",
"description": "salt-lint checks Salt State files (SLS) for practices and behavior that could potentially be improved.",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "warpnet",
"engines": {
"vscode": "^1.39.0"
Expand Down

0 comments on commit c2ba420

Please sign in to comment.