diff --git a/package-lock.json b/package-lock.json index d21c21590..87517e67b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rescript-vscode", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rescript-vscode", - "version": "1.0.7", + "version": "1.0.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a4f382584..a749949c6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The official VSCode plugin for ReScript.", "author": "chenglou", "license": "MIT", - "version": "1.0.7", + "version": "1.0.8", "repository": { "type": "git", "url": "https://github.com/rescript-lang/rescript-vscode"