From ec9371016ae84f51146d9f88646c25677b27f7ce Mon Sep 17 00:00:00 2001 From: Russell <383514580@qq.com> Date: Sun, 26 Sep 2021 14:50:07 +0800 Subject: [PATCH] 0.3.11 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0122cea..f118e5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "any-rule", - "version": "0.3.10", + "version": "0.3.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5bb9538..24c3664 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "russell", "displayName": "any-rule", "description": "你要的\"正则\"都在这!", - "version": "0.3.10", + "version": "0.3.11", "husky": { "hooks": { "pre-push": "npm run test:rules" @@ -373,4 +373,4 @@ "axios": "^0.19.2", "transliteration": "^2.1.8" } -} \ No newline at end of file +}