Skip to content

Commit

Permalink
Fix for non-stop autoInOut. V-bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Crowl committed Jun 18, 2017
1 parent 7a6455c commit 933b171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/mrcrowl/vscode-hg/issues"
},
"version": "1.1.3",
"version": "1.1.4",
"engines": {
"vscode": "^1.11.0"
},
Expand Down Expand Up @@ -699,9 +699,9 @@
"default": true
},
"hg.autoInOutInterval": {
"type": "boolean",
"type": "number",
"description": "%config.autoInOutInterval%",
"default": true
"default": 180
},
"hg.autoRefresh": {
"type": "boolean",
Expand Down

0 comments on commit 933b171

Please sign in to comment.