diff --git a/package-lock.json b/package-lock.json index 5b371e5..6de233a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zhlint", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 696c7d5..fecd270 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "zhlint vscode extension", "author": "kkopite", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/action-hong/awesome-vscode-zhlint" @@ -183,4 +183,4 @@ "mocha": "^9.2.1", "typescript": "^5.2.2" } -} \ No newline at end of file +}