Skip to content

Commit c5acdf9

Browse files
Update versiont to beta.3 (#10)
1 parent c3a118c commit c5acdf9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This plugin uses mitmproxy
1313
Install the plugin using Appium's plugin CLI, either as a named plugin or via NPM:
1414

1515
```shell
16-
appium plugin install --source=npm appium-interceptor-plugin
16+
appium plugin install --source=npm appium-interceptor
1717
```
1818

1919
## Activation

docs/certificate-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
5. Install the plugin by running the command
2020

2121
```shell
22-
appium plugin install --source=npm appium-interceptor-plugin
22+
appium plugin install --source=npm appium-interceptor
2323
```
2424
6. To Make sure your setup is working connect your android device/emulator to your machine and run the below command
2525

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-interceptor",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Appium 2.0 plugin to mock api calls for android apps",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)