Skip to content

Commit 0793b29

Browse files
committed
1.5.0
1 parent d42e755 commit 0793b29

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.4.1",
4+
"version": "1.5.0",
55
"description": "Intercept h5/node.js requests and mock reponses",
66
"icons": {
77
"128": "img/parrot-128.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.4.1",
3+
"version": "1.5.0",
44
"description": "Intercept requests to the mock server",
55
"browser": "./dist/parrot.js",
66
"main": "./src/server.js",

0 commit comments

Comments
 (0)