Skip to content

Commit 3e10679

Browse files
committed
1.1.2
1 parent 37c8ffa commit 3e10679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "ParrotMocker",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "Intercept h5/node.js requests and mock reponses",
66
"icons": {
77
"64": "img/icon-active-64.png"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parrot-mocker",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "Intercept requests to the mock server",
55
"browser": "./dist/parrot.js",
66
"main": "./src/server.js",

0 commit comments

Comments
 (0)