We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c8ffa commit 3e10679Copy full SHA for 3e10679
crx/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "ParrotMocker",
4
- "version": "1.1.1",
+ "version": "1.1.2",
5
"description": "Intercept h5/node.js requests and mock reponses",
6
"icons": {
7
"64": "img/icon-active-64.png"
package.json
@@ -1,6 +1,6 @@
"name": "parrot-mocker",
- "version": "1.1.0",
"description": "Intercept requests to the mock server",
"browser": "./dist/parrot.js",
"main": "./src/server.js",
0 commit comments