diff --git a/package-lock.json b/package-lock.json index 8b32959..d00b3fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-uri", - "version": "1.0.1", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57c206f..edeb952 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-uri", "author": "Microsoft", - "version": "1.0.6", + "version": "1.0.7", "description": "The URI implementation that is used by VS Code and its extensions", "main": "./lib/umd/index.js", "typings": "./lib/umd/index",