diff --git a/package-lock.json b/package-lock.json index 7129b22..09cdd2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-guid", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-guid", - "version": "1.6.0", + "version": "1.7.0", "dependencies": { "uuid": "^3.3.2" }, diff --git a/package.json b/package.json index 0aa7710..dd29c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-guid", - "version": "1.6.0", + "version": "1.7.0", "publisher": "heaths", "displayName": "Insert GUID", "description": "Insert GUIDs in different formats directly into the editor.",