Skip to content

Commit 7715cf5

Browse files
committed
bump version for release
1 parent e480326 commit 7715cf5

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This is an Appium plugin designed to wait for element to be present.
1414

1515
Appium version 2.0
1616

17+
Tested with appium v2.0.0-beta.42
18+
1719
## Installation - Server
1820

1921
Install the plugin using Appium's plugin CLI, either as a named plugin or via NPM:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-wait-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An appium 2.0 plugin that waits for element to be found",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -84,7 +84,7 @@
8484
},
8585
"engines": {
8686
"node": ">=14",
87-
"npm": ">=6"
87+
"npm": ">=8"
8888
},
8989
"lint-staged": {
9090
"src/*.{js,jsx,ts,tsx,json,css,scss,md}": [

0 commit comments

Comments
 (0)