diff --git a/package-lock.json b/package-lock.json index cb5608f..cc7513c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "php-import-checker", - "version": "0.10.2", + "version": "0.10.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "php-import-checker", - "version": "0.10.2", + "version": "0.10.3", "hasInstallScript": true, "dependencies": { "hex-rgb": "^4.3.0", diff --git a/package.json b/package.json index f26ff68..4fd7eda 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "php-import-checker", "displayName": "PHP import checker", "description": "Know when you are importing a class and is not using it in the file, easy and fast, inspired by PHPStorm", - "version": "0.10.2", + "version": "0.10.3", "publisher": "marabesi", "browser": "./out/src/extension.js", "icon": "arrows.png",