Skip to content

Commit 149ead4

Browse files
committed
update version
1 parent 8bef980 commit 149ead4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ node_modules/
66
#Exclude tsc generated files
77
dist/
88

9-
yarn.lock
9+
yarn.lock
10+
11+
example/test-report.xml

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)