Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Aug 8, 2022
1 parent e480326 commit 7715cf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This is an Appium plugin designed to wait for element to be present.

Appium version 2.0

Tested with appium v2.0.0-beta.42

## Installation - Server

Install the plugin using Appium's plugin CLI, either as a named plugin or via NPM:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-wait-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "An appium 2.0 plugin that waits for element to be found",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -84,7 +84,7 @@
},
"engines": {
"node": ">=14",
"npm": ">=6"
"npm": ">=8"
},
"lint-staged": {
"src/*.{js,jsx,ts,tsx,json,css,scss,md}": [
Expand Down

0 comments on commit 7715cf5

Please sign in to comment.