diff --git a/package-lock.json b/package-lock.json index 340a2c7..9418f74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-sshfs", - "version": "1.9.2", + "version": "1.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0361af7..e087106 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "SSH FS", "description": "File system provider using SSH", "publisher": "Kelvin", - "version": "1.9.2", + "version": "1.9.3", "engines": { "vscode": "^1.23.0" }, @@ -435,4 +435,4 @@ "ssh2": "^0.6.0", "winreg": "^1.2.4" } -} \ No newline at end of file +}