diff --git a/package-lock.json b/package-lock.json index caf2d27..a21b212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-fake-virtual-space", - "version": "0.0.8", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a03704e..d1d6974 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Implements virtual space (ability to move cursor beyond eol) with temporarily inserted actual space characters.", "publisher": "AntonKhorev", "repository": "https://github.com/AntonKhorev/vscode-fake-virtual-space", - "version": "0.0.8", + "version": "0.1.0", "engines": { "vscode": "^1.56.0" },