diff --git a/package-lock.json b/package-lock.json index 17e80d6..a2b65c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "any-rule", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2a4284..0acf922 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "russell", "displayName": "any-rule", "description": "你要的\"正则\"都在这!", - "version": "0.3.4", + "version": "0.3.5", "husky": { "hooks": { "pre-push": "npm run test:rules && npm run build:md && git add README.md && git commit -m 'docs: 更新文档'" @@ -344,4 +344,4 @@ "axios": "^0.19.2", "transliteration": "^2.1.8" } -} \ No newline at end of file +}