Skip to content

Commit ff02d5a

Browse files
committed
update version to 0.0.8
1 parent 56221d8 commit ff02d5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/selenium-webdriver": "^4.0.1",
1919
"babel-jest": "^24.8.0",
2020
"jest": "^24.8.0",
21-
"selenium-appium": "^0.0.6",
21+
"selenium-appium": "^0.0.8",
2222
"selenium-webdriver": "^4.0.0-alpha.4",
2323
"typescript": "^3.5.3"
2424
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-appium",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "A selenium-webdriver extension to support native app testing by Mobile JSON Wire Protocol which appium supports, also provides easy wait for element for pages or navigation among pages, and supports PageObject pattern",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)