Skip to content

Commit ab6800b

Browse files
authored
Merge pull request #6 from react-native-windows/artifact
update version
2 parents edb8366 + 149ead4 commit ab6800b

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.11",
21+
"selenium-appium": "^0.0.12",
2222
"selenium-webdriver": "^4.0.0-alpha.4",
2323
"typescript": "^3.5.3",
2424
"appium": "1.14.2",

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.11",
3+
"version": "0.0.12",
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)