tophf 1 year ago
parent
commit
d3e2dbddd6
1 changed files with 2 additions and 3 deletions
  1. 2 3
      package.json

+ 2 - 3
package.json

@@ -1,7 +1,7 @@
 {
   "name": "violentmonkey",
   "description": "Violentmonkey",
-  "version": "2.16.0",
+  "version": "2.17.0",
   "scripts": {
     "prepare": "husky install",
     "dev": "gulp dev",
@@ -114,6 +114,5 @@
       "./test/mock/index.js"
     ],
     "testEnvironment": "./test/mock/env.js"
-  },
-  "beta": 2
+  }
 }